Shades of Downy #64CECD
Tints of Downy #64CECD
RGB
CMYK
RGB Variations
Color information
#64CECD (or 0x64CECD) is known color: Downy. HEX triplet: 64, CE and CD. RGB value is (100,206,205). Sum of RGB (Red+Green+Blue) = 100+206+205=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #64CECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CECD is #9B3132. Grayscale: #AEAEAE. Windows color (decimal): -10170675 or 13487716. OLE color: 13487716.
HSL color Cylindrical-coordinate representation of color #64CECD: hue angle of 179.43º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CECD is Cyan = 0.51, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 206 | 205 | - |
| CMYK | 0.51 | 0 | 0.00 | 0.19 |
| HSL | 179.43º | 0.52% | 0.6% | - |
| HSV(B) | 179.43º | 0.51% | 0.81% | - |
| XYZ | 38.35 | 51.26 | 65.63 | - |
| YUV | 174.19 | 145.38 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 206 | 205 | 0.51 | 0 | 0.00 | 0.19 | 179.43 | 0.52 | 0.6 |
| Hex | 64 | CE | CD | 33 | 0 | 0 | 13 | B3 | 34 | 3C |
| Octal | 144 | 316 | 315 | 63 | 0 | 0 | 23 | 263 | 64 | 74 |
| Binary | 1100100 | 11001110 | 11001101 | 110011 | 0 | 0 | 10011 | 10110011 | 110100 | 111100 |
Color Harmonies of #64CECD
Complementary color
Monochromatic Colors of #64CECD
Black with #64CECD
Text Example
Text Example
White with #64CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CECD; }
p { color: rgb(100,206,205); }
H1.HeaderClassName
{
color: #64CECD;
}
.AnyTagClassName
{
color: #64CECD;
}
</style>
background-color css
<style>
a { background-color: #64CECD; }
a { background-color: rgb(100,206,205); }
div.DivClassName
{
background-color: #64CECD;
}
.BgClassName
{
background-color: #64CECD;
}
</style>
border-color css
<style>
span { border-color: #64CECD; }
span { border-color: rgb(100,206,205); }
td.TdClassName
{
border-color: #64CECD;
}
.TagClassName
{
border-color: #64CECD;
}
</style>