Shades of Downy #64DEC6
Tints of Downy #64DEC6
RGB
CMYK
RGB Variations
Color information
#64DEC6 (or 0x64DEC6) is known color: Downy. HEX triplet: 64, DE and C6. RGB value is (100,222,198). Sum of RGB (Red+Green+Blue) = 100+222+198=520 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.23% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #64DEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DEC6 is #9B2139. Grayscale: #B6B6B6. Windows color (decimal): -10166586 or 13033060. OLE color: 13033060.
HSL color Cylindrical-coordinate representation of color #64DEC6: hue angle of 168.2º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DEC6 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 222 | 198 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.13 |
| HSL | 168.2º | 0.65% | 0.63% | - |
| HSV(B) | 168.2º | 0.55% | 0.87% | - |
| XYZ | 41.57 | 59.03 | 62.63 | - |
| YUV | 182.79 | 136.58 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 222 | 198 | 0.55 | 0 | 0.11 | 0.13 | 168.2 | 0.65 | 0.63 |
| Hex | 64 | DE | C6 | 37 | 0 | B | D | A8 | 41 | 3F |
| Octal | 144 | 336 | 306 | 67 | 0 | 13 | 15 | 250 | 101 | 77 |
| Binary | 1100100 | 11011110 | 11000110 | 110111 | 0 | 1011 | 1101 | 10101000 | 1000001 | 111111 |
Color Harmonies of #64DEC6
Complementary color
Monochromatic Colors of #64DEC6
Black with #64DEC6
Text Example
Text Example
White with #64DEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DEC6; }
p { color: rgb(100,222,198); }
H1.HeaderClassName
{
color: #64DEC6;
}
.AnyTagClassName
{
color: #64DEC6;
}
</style>
background-color css
<style>
a { background-color: #64DEC6; }
a { background-color: rgb(100,222,198); }
div.DivClassName
{
background-color: #64DEC6;
}
.BgClassName
{
background-color: #64DEC6;
}
</style>
border-color css
<style>
span { border-color: #64DEC6; }
span { border-color: rgb(100,222,198); }
td.TdClassName
{
border-color: #64DEC6;
}
.TagClassName
{
border-color: #64DEC6;
}
</style>