Shades of Downy #64D6CE
Tints of Downy #64D6CE
RGB
CMYK
RGB Variations
Color information
#64D6CE (or 0x64D6CE) is known color: Downy. HEX triplet: 64, D6 and CE. RGB value is (100,214,206). Sum of RGB (Red+Green+Blue) = 100+214+206=520 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.23% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #64D6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D6CE is #9B2931. Grayscale: #B2B2B2. Windows color (decimal): -10168626 or 13555300. OLE color: 13555300.
HSL color Cylindrical-coordinate representation of color #64D6CE: hue angle of 175.79º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D6CE is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 214 | 206 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.16 |
| HSL | 175.79º | 0.58% | 0.62% | - |
| HSV(B) | 175.79º | 0.53% | 0.84% | - |
| XYZ | 40.44 | 55.26 | 66.93 | - |
| YUV | 179 | 143.23 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 214 | 206 | 0.53 | 0 | 0.04 | 0.16 | 175.79 | 0.58 | 0.62 |
| Hex | 64 | D6 | CE | 35 | 0 | 4 | 10 | B0 | 3A | 3E |
| Octal | 144 | 326 | 316 | 65 | 0 | 4 | 20 | 260 | 72 | 76 |
| Binary | 1100100 | 11010110 | 11001110 | 110101 | 0 | 100 | 10000 | 10110000 | 111010 | 111110 |
Color Harmonies of #64D6CE
Complementary color
Monochromatic Colors of #64D6CE
Black with #64D6CE
Text Example
Text Example
White with #64D6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D6CE; }
p { color: rgb(100,214,206); }
H1.HeaderClassName
{
color: #64D6CE;
}
.AnyTagClassName
{
color: #64D6CE;
}
</style>
background-color css
<style>
a { background-color: #64D6CE; }
a { background-color: rgb(100,214,206); }
div.DivClassName
{
background-color: #64D6CE;
}
.BgClassName
{
background-color: #64D6CE;
}
</style>
border-color css
<style>
span { border-color: #64D6CE; }
span { border-color: rgb(100,214,206); }
td.TdClassName
{
border-color: #64D6CE;
}
.TagClassName
{
border-color: #64D6CE;
}
</style>