The Input "#CCCC66" detected as "HEX".
| Color | ||
| websafe | Yes | |
| Hex | #cccc66 | |
| Hex (short) | #cc6 | |
| RGB | rgb(204,204,102) | |
| RGB in % | rgb(80%,80%,40%) | |
| CMY in % | C=20 M=20 Y=60 | |
| CMYK in % | C=0 M=0 Y=50 K=20 | |
| HSL | hsl(60,50%,60%) | |
| HSV | hsv(60,50%,80%) | |
| Rec. 601 luma | 192.372 | |
| Rec. 709 luma | 196.6356 | |
| Rec. 2020 luma | 197.9514 | |
| Grey scale (Rec. 601 luma) | #c0c0c0 | |
| Grey scale (Rec. 709 luma) | #c5c5c5 | |
| Grey scale (Rec. 2020 luma) | #c6c6c6 | |
| Complementary color | #333399 | |
| Decimal | 13421670 | |
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