Shades of Downy #64DFC8
Tints of Downy #64DFC8
RGB
CMYK
RGB Variations
Color information
#64DFC8 (or 0x64DFC8) is known color: Downy. HEX triplet: 64, DF and C8. RGB value is (100,223,200). Sum of RGB (Red+Green+Blue) = 100+223+200=523 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.12% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #64DFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DFC8 is #9B2037. Grayscale: #B7B7B7. Windows color (decimal): -10166328 or 13164388. OLE color: 13164388.
HSL color Cylindrical-coordinate representation of color #64DFC8: hue angle of 168.78º degrees, saturation: 0.66, 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 #64DFC8 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 223 | 200 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.13 |
| HSL | 168.78º | 0.66% | 0.63% | - |
| HSV(B) | 168.78º | 0.55% | 0.87% | - |
| XYZ | 42.07 | 59.65 | 63.94 | - |
| YUV | 183.6 | 137.25 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 223 | 200 | 0.55 | 0 | 0.10 | 0.13 | 168.78 | 0.66 | 0.63 |
| Hex | 64 | DF | C8 | 37 | 0 | A | D | A9 | 42 | 3F |
| Octal | 144 | 337 | 310 | 67 | 0 | 12 | 15 | 251 | 102 | 77 |
| Binary | 1100100 | 11011111 | 11001000 | 110111 | 0 | 1010 | 1101 | 10101001 | 1000010 | 111111 |
Color Harmonies of #64DFC8
Complementary color
Monochromatic Colors of #64DFC8
Black with #64DFC8
Text Example
Text Example
White with #64DFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DFC8; }
p { color: rgb(100,223,200); }
H1.HeaderClassName
{
color: #64DFC8;
}
.AnyTagClassName
{
color: #64DFC8;
}
</style>
background-color css
<style>
a { background-color: #64DFC8; }
a { background-color: rgb(100,223,200); }
div.DivClassName
{
background-color: #64DFC8;
}
.BgClassName
{
background-color: #64DFC8;
}
</style>
border-color css
<style>
span { border-color: #64DFC8; }
span { border-color: rgb(100,223,200); }
td.TdClassName
{
border-color: #64DFC8;
}
.TagClassName
{
border-color: #64DFC8;
}
</style>