Shades of Downy #64D6CB
Tints of Downy #64D6CB
RGB
CMYK
RGB Variations
Color information
#64D6CB (or 0x64D6CB) is known color: Downy. HEX triplet: 64, D6 and CB. RGB value is (100,214,203). Sum of RGB (Red+Green+Blue) = 100+214+203=517 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.34% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #64D6CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D6CB is #9B2934. Grayscale: #B2B2B2. Windows color (decimal): -10168629 or 13358692. OLE color: 13358692.
HSL color Cylindrical-coordinate representation of color #64D6CB: hue angle of 174.21º 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 #64D6CB is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 214 | 203 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.16 |
| HSL | 174.21º | 0.58% | 0.62% | - |
| HSV(B) | 174.21º | 0.53% | 0.84% | - |
| XYZ | 40.08 | 55.11 | 65.03 | - |
| YUV | 178.66 | 141.73 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 214 | 203 | 0.53 | 0 | 0.05 | 0.16 | 174.21 | 0.58 | 0.62 |
| Hex | 64 | D6 | CB | 35 | 0 | 5 | 10 | AE | 3A | 3E |
| Octal | 144 | 326 | 313 | 65 | 0 | 5 | 20 | 256 | 72 | 76 |
| Binary | 1100100 | 11010110 | 11001011 | 110101 | 0 | 101 | 10000 | 10101110 | 111010 | 111110 |
Color Harmonies of #64D6CB
Complementary color
Monochromatic Colors of #64D6CB
Black with #64D6CB
Text Example
Text Example
White with #64D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D6CB; }
p { color: rgb(100,214,203); }
H1.HeaderClassName
{
color: #64D6CB;
}
.AnyTagClassName
{
color: #64D6CB;
}
</style>
background-color css
<style>
a { background-color: #64D6CB; }
a { background-color: rgb(100,214,203); }
div.DivClassName
{
background-color: #64D6CB;
}
.BgClassName
{
background-color: #64D6CB;
}
</style>
border-color css
<style>
span { border-color: #64D6CB; }
span { border-color: rgb(100,214,203); }
td.TdClassName
{
border-color: #64D6CB;
}
.TagClassName
{
border-color: #64D6CB;
}
</style>