Shades of Downy #64C9CB
Tints of Downy #64C9CB
RGB
CMYK
RGB Variations
Color information
#64C9CB (or 0x64C9CB) is known color: Downy. HEX triplet: 64, C9 and CB. RGB value is (100,201,203). Sum of RGB (Red+Green+Blue) = 100+201+203=504 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.84% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #64C9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C9CB is #9B3634. Grayscale: #AAAAAA. Windows color (decimal): -10171957 or 13355364. OLE color: 13355364.
HSL color Cylindrical-coordinate representation of color #64C9CB: hue angle of 181.17º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64C9CB is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 201 | 203 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.20 |
| HSL | 181.17º | 0.5% | 0.59% | - |
| HSV(B) | 181.17º | 0.51% | 0.8% | - |
| XYZ | 36.92 | 48.79 | 63.97 | - |
| YUV | 171.03 | 146.04 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 201 | 203 | 0.51 | 0.01 | 0 | 0.20 | 181.17 | 0.5 | 0.59 |
| Hex | 64 | C9 | CB | 33 | 1 | 0 | 14 | B5 | 32 | 3B |
| Octal | 144 | 311 | 313 | 63 | 1 | 0 | 24 | 265 | 62 | 73 |
| Binary | 1100100 | 11001001 | 11001011 | 110011 | 1 | 0 | 10100 | 10110101 | 110010 | 111011 |
Color Harmonies of #64C9CB
Complementary color
Monochromatic Colors of #64C9CB
Black with #64C9CB
Text Example
Text Example
White with #64C9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C9CB; }
p { color: rgb(100,201,203); }
H1.HeaderClassName
{
color: #64C9CB;
}
.AnyTagClassName
{
color: #64C9CB;
}
</style>
background-color css
<style>
a { background-color: #64C9CB; }
a { background-color: rgb(100,201,203); }
div.DivClassName
{
background-color: #64C9CB;
}
.BgClassName
{
background-color: #64C9CB;
}
</style>
border-color css
<style>
span { border-color: #64C9CB; }
span { border-color: rgb(100,201,203); }
td.TdClassName
{
border-color: #64C9CB;
}
.TagClassName
{
border-color: #64C9CB;
}
</style>