Shades of Downy #64DCC7
Tints of Downy #64DCC7
RGB
CMYK
RGB Variations
Color information
#64DCC7 (or 0x64DCC7) is known color: Downy. HEX triplet: 64, DC and C7. RGB value is (100,220,199). Sum of RGB (Red+Green+Blue) = 100+220+199=519 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.27% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #64DCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DCC7 is #9B2338. Grayscale: #B5B5B5. Windows color (decimal): -10167097 or 13098084. OLE color: 13098084.
HSL color Cylindrical-coordinate representation of color #64DCC7: hue angle of 169.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DCC7 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 220 | 199 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.14 |
| HSL | 169.5º | 0.63% | 0.63% | - |
| HSV(B) | 169.5º | 0.55% | 0.86% | - |
| XYZ | 41.16 | 58.02 | 63.06 | - |
| YUV | 181.73 | 137.74 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 220 | 199 | 0.55 | 0 | 0.10 | 0.14 | 169.5 | 0.63 | 0.63 |
| Hex | 64 | DC | C7 | 37 | 0 | A | E | AA | 3F | 3F |
| Octal | 144 | 334 | 307 | 67 | 0 | 12 | 16 | 252 | 77 | 77 |
| Binary | 1100100 | 11011100 | 11000111 | 110111 | 0 | 1010 | 1110 | 10101010 | 111111 | 111111 |
Color Harmonies of #64DCC7
Complementary color
Monochromatic Colors of #64DCC7
Black with #64DCC7
Text Example
Text Example
White with #64DCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DCC7; }
p { color: rgb(100,220,199); }
H1.HeaderClassName
{
color: #64DCC7;
}
.AnyTagClassName
{
color: #64DCC7;
}
</style>
background-color css
<style>
a { background-color: #64DCC7; }
a { background-color: rgb(100,220,199); }
div.DivClassName
{
background-color: #64DCC7;
}
.BgClassName
{
background-color: #64DCC7;
}
</style>
border-color css
<style>
span { border-color: #64DCC7; }
span { border-color: rgb(100,220,199); }
td.TdClassName
{
border-color: #64DCC7;
}
.TagClassName
{
border-color: #64DCC7;
}
</style>