Shades of Downy #64D0CE
Tints of Downy #64D0CE
RGB
CMYK
RGB Variations
Color information
#64D0CE (or 0x64D0CE) is known color: Downy. HEX triplet: 64, D0 and CE. RGB value is (100,208,206). Sum of RGB (Red+Green+Blue) = 100+208+206=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #64D0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D0CE is #9B2F31. Grayscale: #AFAFAF. Windows color (decimal): -10170162 or 13553764. OLE color: 13553764.
HSL color Cylindrical-coordinate representation of color #64D0CE: hue angle of 178.89º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D0CE is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 208 | 206 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.18 |
| HSL | 178.89º | 0.53% | 0.6% | - |
| HSV(B) | 178.89º | 0.52% | 0.82% | - |
| XYZ | 38.95 | 52.28 | 66.43 | - |
| YUV | 175.48 | 145.22 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 208 | 206 | 0.52 | 0 | 0.01 | 0.18 | 178.89 | 0.53 | 0.6 |
| Hex | 64 | D0 | CE | 34 | 0 | 1 | 12 | B3 | 35 | 3C |
| Octal | 144 | 320 | 316 | 64 | 0 | 1 | 22 | 263 | 65 | 74 |
| Binary | 1100100 | 11010000 | 11001110 | 110100 | 0 | 1 | 10010 | 10110011 | 110101 | 111100 |
Color Harmonies of #64D0CE
Complementary color
Monochromatic Colors of #64D0CE
Black with #64D0CE
Text Example
Text Example
White with #64D0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D0CE; }
p { color: rgb(100,208,206); }
H1.HeaderClassName
{
color: #64D0CE;
}
.AnyTagClassName
{
color: #64D0CE;
}
</style>
background-color css
<style>
a { background-color: #64D0CE; }
a { background-color: rgb(100,208,206); }
div.DivClassName
{
background-color: #64D0CE;
}
.BgClassName
{
background-color: #64D0CE;
}
</style>
border-color css
<style>
span { border-color: #64D0CE; }
span { border-color: rgb(100,208,206); }
td.TdClassName
{
border-color: #64D0CE;
}
.TagClassName
{
border-color: #64D0CE;
}
</style>