Shades of Downy #64D3CE
Tints of Downy #64D3CE
RGB
CMYK
RGB Variations
Color information
#64D3CE (or 0x64D3CE) is known color: Downy. HEX triplet: 64, D3 and CE. RGB value is (100,211,206). Sum of RGB (Red+Green+Blue) = 100+211+206=517 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.34% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 211 - color contains mainly: green. Hex color #64D3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D3CE is #9B2C31. Grayscale: #B1B1B1. Windows color (decimal): -10169394 or 13554532. OLE color: 13554532.
HSL color Cylindrical-coordinate representation of color #64D3CE: hue angle of 177.3º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D3CE is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 211 | 206 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.17 |
| HSL | 177.3º | 0.56% | 0.61% | - |
| HSV(B) | 177.3º | 0.53% | 0.83% | - |
| XYZ | 39.69 | 53.75 | 66.68 | - |
| YUV | 177.24 | 144.23 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 211 | 206 | 0.53 | 0 | 0.02 | 0.17 | 177.3 | 0.56 | 0.61 |
| Hex | 64 | D3 | CE | 35 | 0 | 2 | 11 | B1 | 38 | 3D |
| Octal | 144 | 323 | 316 | 65 | 0 | 2 | 21 | 261 | 70 | 75 |
| Binary | 1100100 | 11010011 | 11001110 | 110101 | 0 | 10 | 10001 | 10110001 | 111000 | 111101 |
Color Harmonies of #64D3CE
Complementary color
Monochromatic Colors of #64D3CE
Black with #64D3CE
Text Example
Text Example
White with #64D3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D3CE; }
p { color: rgb(100,211,206); }
H1.HeaderClassName
{
color: #64D3CE;
}
.AnyTagClassName
{
color: #64D3CE;
}
</style>
background-color css
<style>
a { background-color: #64D3CE; }
a { background-color: rgb(100,211,206); }
div.DivClassName
{
background-color: #64D3CE;
}
.BgClassName
{
background-color: #64D3CE;
}
</style>
border-color css
<style>
span { border-color: #64D3CE; }
span { border-color: rgb(100,211,206); }
td.TdClassName
{
border-color: #64D3CE;
}
.TagClassName
{
border-color: #64D3CE;
}
</style>