Shades of Downy #64DBB9
Tints of Downy #64DBB9
RGB
CMYK
RGB Variations
Color information
#64DBB9 (or 0x64DBB9) is known color: Downy. HEX triplet: 64, DB and B9. RGB value is (100,219,185). Sum of RGB (Red+Green+Blue) = 100+219+185=504 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.84% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #64DBB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DBB9 is #9B2446. Grayscale: #B3B3B3. Windows color (decimal): -10167367 or 12180324. OLE color: 12180324.
HSL color Cylindrical-coordinate representation of color #64DBB9: hue angle of 162.86º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DBB9 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 185 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.14 |
| HSL | 162.86º | 0.62% | 0.63% | - |
| HSV(B) | 162.86º | 0.54% | 0.86% | - |
| XYZ | 39.34 | 56.88 | 54.8 | - |
| YUV | 179.54 | 131.08 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 185 | 0.54 | 0 | 0.16 | 0.14 | 162.86 | 0.62 | 0.63 |
| Hex | 64 | DB | B9 | 36 | 0 | 10 | E | A3 | 3E | 3F |
| Octal | 144 | 333 | 271 | 66 | 0 | 20 | 16 | 243 | 76 | 77 |
| Binary | 1100100 | 11011011 | 10111001 | 110110 | 0 | 10000 | 1110 | 10100011 | 111110 | 111111 |
Color Harmonies of #64DBB9
Complementary color
Monochromatic Colors of #64DBB9
Black with #64DBB9
Text Example
Text Example
White with #64DBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DBB9; }
p { color: rgb(100,219,185); }
H1.HeaderClassName
{
color: #64DBB9;
}
.AnyTagClassName
{
color: #64DBB9;
}
</style>
background-color css
<style>
a { background-color: #64DBB9; }
a { background-color: rgb(100,219,185); }
div.DivClassName
{
background-color: #64DBB9;
}
.BgClassName
{
background-color: #64DBB9;
}
</style>
border-color css
<style>
span { border-color: #64DBB9; }
span { border-color: rgb(100,219,185); }
td.TdClassName
{
border-color: #64DBB9;
}
.TagClassName
{
border-color: #64DBB9;
}
</style>