Shades of Downy #64DDC7
Tints of Downy #64DDC7
RGB
CMYK
RGB Variations
Color information
#64DDC7 (or 0x64DDC7) is known color: Downy. HEX triplet: 64, DD and C7. RGB value is (100,221,199). Sum of RGB (Red+Green+Blue) = 100+221+199=520 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.23% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 199 (78.12% from 255 or 38.27% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DDC7 is #9B2238. Grayscale: #B6B6B6. Windows color (decimal): -10166841 or 13098340. OLE color: 13098340.
HSL color Cylindrical-coordinate representation of color #64DDC7: hue angle of 169.09º degrees, saturation: 0.64, 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 #64DDC7 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 221 | 199 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.13 |
| HSL | 169.09º | 0.64% | 0.63% | - |
| HSV(B) | 169.09º | 0.55% | 0.87% | - |
| XYZ | 41.42 | 58.55 | 63.15 | - |
| YUV | 182.31 | 137.41 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 199 | 0.55 | 0 | 0.10 | 0.13 | 169.09 | 0.64 | 0.63 |
| Hex | 64 | DD | C7 | 37 | 0 | A | D | A9 | 40 | 3F |
| Octal | 144 | 335 | 307 | 67 | 0 | 12 | 15 | 251 | 100 | 77 |
| Binary | 1100100 | 11011101 | 11000111 | 110111 | 0 | 1010 | 1101 | 10101001 | 1000000 | 111111 |
Color Harmonies of #64DDC7
Complementary color
Monochromatic Colors of #64DDC7
Black with #64DDC7
Text Example
Text Example
White with #64DDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DDC7; }
p { color: rgb(100,221,199); }
H1.HeaderClassName
{
color: #64DDC7;
}
.AnyTagClassName
{
color: #64DDC7;
}
</style>
background-color css
<style>
a { background-color: #64DDC7; }
a { background-color: rgb(100,221,199); }
div.DivClassName
{
background-color: #64DDC7;
}
.BgClassName
{
background-color: #64DDC7;
}
</style>
border-color css
<style>
span { border-color: #64DDC7; }
span { border-color: rgb(100,221,199); }
td.TdClassName
{
border-color: #64DDC7;
}
.TagClassName
{
border-color: #64DDC7;
}
</style>