The Input "#336699" detected as "HEX".
| Color | ||
| websafe | Yes | |
| Hex | #336699 | |
| Hex (short) | #369 | |
| RGB | rgb(51,102,153) | |
| RGB in % | rgb(20%,40%,60%) | |
| CMY in % | C=80 M=60 Y=40 | |
| CMYK in % | C=67 M=33 Y=0 K=40 | |
| HSL | hsl(210,50%,40%) | |
| HSV | hsv(210,67%,60%) | |
| Rec. 601 luma | 92.565 | |
| Rec. 709 luma | 94.8396 | |
| Rec. 2020 luma | 91.6266 | |
| Grey scale (Rec. 601 luma) | #5d5d5d | |
| Grey scale (Rec. 709 luma) | #5f5f5f | |
| Grey scale (Rec. 2020 luma) | #5c5c5c | |
| Complementary color | #cc9966 | |
| Decimal | 3368601 | |
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