Shades of Downy #64DBC5
Tints of Downy #64DBC5
RGB
CMYK
RGB Variations
Color information
#64DBC5 (or 0x64DBC5) is known color: Downy. HEX triplet: 64, DB and C5. RGB value is (100,219,197). Sum of RGB (Red+Green+Blue) = 100+219+197=516 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.38% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #64DBC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DBC5 is #9B243A. Grayscale: #B4B4B4. Windows color (decimal): -10167355 or 12966756. OLE color: 12966756.
HSL color Cylindrical-coordinate representation of color #64DBC5: hue angle of 168.91º 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 #64DBC5 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 197 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.14 |
| HSL | 168.91º | 0.62% | 0.63% | - |
| HSV(B) | 168.91º | 0.54% | 0.86% | - |
| XYZ | 40.67 | 57.4 | 61.76 | - |
| YUV | 180.91 | 137.08 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 197 | 0.54 | 0 | 0.10 | 0.14 | 168.91 | 0.62 | 0.63 |
| Hex | 64 | DB | C5 | 36 | 0 | A | E | A9 | 3E | 3F |
| Octal | 144 | 333 | 305 | 66 | 0 | 12 | 16 | 251 | 76 | 77 |
| Binary | 1100100 | 11011011 | 11000101 | 110110 | 0 | 1010 | 1110 | 10101001 | 111110 | 111111 |
Color Harmonies of #64DBC5
Complementary color
Monochromatic Colors of #64DBC5
Black with #64DBC5
Text Example
Text Example
White with #64DBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DBC5; }
p { color: rgb(100,219,197); }
H1.HeaderClassName
{
color: #64DBC5;
}
.AnyTagClassName
{
color: #64DBC5;
}
</style>
background-color css
<style>
a { background-color: #64DBC5; }
a { background-color: rgb(100,219,197); }
div.DivClassName
{
background-color: #64DBC5;
}
.BgClassName
{
background-color: #64DBC5;
}
</style>
border-color css
<style>
span { border-color: #64DBC5; }
span { border-color: rgb(100,219,197); }
td.TdClassName
{
border-color: #64DBC5;
}
.TagClassName
{
border-color: #64DBC5;
}
</style>