Shades of Downy #64D6CF
Tints of Downy #64D6CF
RGB
CMYK
RGB Variations
Color information
#64D6CF (or 0x64D6CF) is known color: Downy. HEX triplet: 64, D6 and CF. RGB value is (100,214,207). Sum of RGB (Red+Green+Blue) = 100+214+207=521 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.19% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #64D6CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D6CF is #9B2930. Grayscale: #B3B3B3. Windows color (decimal): -10168625 or 13620836. OLE color: 13620836.
HSL color Cylindrical-coordinate representation of color #64D6CF: hue angle of 176.32º 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 #64D6CF is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 214 | 207 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.16 |
| HSL | 176.32º | 0.58% | 0.62% | - |
| HSV(B) | 176.32º | 0.53% | 0.84% | - |
| XYZ | 40.56 | 55.31 | 67.57 | - |
| YUV | 179.12 | 143.73 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 214 | 207 | 0.53 | 0 | 0.03 | 0.16 | 176.32 | 0.58 | 0.62 |
| Hex | 64 | D6 | CF | 35 | 0 | 3 | 10 | B0 | 3A | 3E |
| Octal | 144 | 326 | 317 | 65 | 0 | 3 | 20 | 260 | 72 | 76 |
| Binary | 1100100 | 11010110 | 11001111 | 110101 | 0 | 11 | 10000 | 10110000 | 111010 | 111110 |
Color Harmonies of #64D6CF
Complementary color
Monochromatic Colors of #64D6CF
Black with #64D6CF
Text Example
Text Example
White with #64D6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D6CF; }
p { color: rgb(100,214,207); }
H1.HeaderClassName
{
color: #64D6CF;
}
.AnyTagClassName
{
color: #64D6CF;
}
</style>
background-color css
<style>
a { background-color: #64D6CF; }
a { background-color: rgb(100,214,207); }
div.DivClassName
{
background-color: #64D6CF;
}
.BgClassName
{
background-color: #64D6CF;
}
</style>
border-color css
<style>
span { border-color: #64D6CF; }
span { border-color: rgb(100,214,207); }
td.TdClassName
{
border-color: #64D6CF;
}
.TagClassName
{
border-color: #64D6CF;
}
</style>