The Input "#6F6" detected as "HEX".
| Color | ||
| websafe | Yes | |
| Hex | #66ff66 | |
| Hex (short) | #6f6 | |
| RGB | rgb(102,255,102) | |
| RGB in % | rgb(40%,100%,40%) | |
| CMY in % | C=60 M=0 Y=60  | 
      |
| CMYK in % | C=60 M=0 Y=60 K=0  | 
      |
| HSL | hsl(120,100%,70%) | |
| HSV | hsv(120,60%,100%) | |
| Rec. 601 luma | 191.811 | |
| Rec. 709 luma | 211.4256 | |
| Rec. 2020 luma | 205.734 | |
| Grey scale (Rec. 601 luma) | #c0c0c0 | |
| Grey scale (Rec. 709 luma) | #d3d3d3 | |
| Grey scale (Rec. 2020 luma) | #cecece | |
| Complementary color | #990099 | |
| Decimal | 6750054 | |
The following inputs are converted automatically:
    X11 Color names
    example: DodgerBlue4
  
    #rrggbb; rrggbb; #rgb; rgb
    (HEX to RGB bzw. HEX2RGB)
    example: #4169E1
  
    rgb(r,g,b); r,g,b; rgb(r%,g%,b%); r%,g%,b%
    (RGB to HEX bzw. RGB2HEX)
    example: 106,90,205