Shades of Downy #64D5C6
Tints of Downy #64D5C6
RGB
CMYK
RGB Variations
Color information
#64D5C6 (or 0x64D5C6) is known color: Downy. HEX triplet: 64, D5 and C6. RGB value is (100,213,198). Sum of RGB (Red+Green+Blue) = 100+213+198=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #64D5C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D5C6 is #9B2A39. Grayscale: #B1B1B1. Windows color (decimal): -10168890 or 13030756. OLE color: 13030756.
HSL color Cylindrical-coordinate representation of color #64D5C6: hue angle of 172.04º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D5C6 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 213 | 198 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.16 |
| HSL | 172.04º | 0.57% | 0.61% | - |
| HSV(B) | 172.04º | 0.53% | 0.84% | - |
| XYZ | 39.24 | 54.38 | 61.85 | - |
| YUV | 177.5 | 139.56 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 213 | 198 | 0.53 | 0 | 0.07 | 0.16 | 172.04 | 0.57 | 0.61 |
| Hex | 64 | D5 | C6 | 35 | 0 | 7 | 10 | AC | 39 | 3D |
| Octal | 144 | 325 | 306 | 65 | 0 | 7 | 20 | 254 | 71 | 75 |
| Binary | 1100100 | 11010101 | 11000110 | 110101 | 0 | 111 | 10000 | 10101100 | 111001 | 111101 |
Color Harmonies of #64D5C6
Complementary color
Monochromatic Colors of #64D5C6
Black with #64D5C6
Text Example
Text Example
White with #64D5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D5C6; }
p { color: rgb(100,213,198); }
H1.HeaderClassName
{
color: #64D5C6;
}
.AnyTagClassName
{
color: #64D5C6;
}
</style>
background-color css
<style>
a { background-color: #64D5C6; }
a { background-color: rgb(100,213,198); }
div.DivClassName
{
background-color: #64D5C6;
}
.BgClassName
{
background-color: #64D5C6;
}
</style>
border-color css
<style>
span { border-color: #64D5C6; }
span { border-color: rgb(100,213,198); }
td.TdClassName
{
border-color: #64D5C6;
}
.TagClassName
{
border-color: #64D5C6;
}
</style>