Shades of Downy #64C8BD
Tints of Downy #64C8BD
RGB
CMYK
RGB Variations
Color information
#64C8BD (or 0x64C8BD) is known color: Downy. HEX triplet: 64, C8 and BD. RGB value is (100,200,189). Sum of RGB (Red+Green+Blue) = 100+200+189=489 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.45% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 200 - color contains mainly: green. Hex color #64C8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C8BD is #9B3742. Grayscale: #A8A8A8. Windows color (decimal): -10172227 or 12437604. OLE color: 12437604.
HSL color Cylindrical-coordinate representation of color #64C8BD: hue angle of 173.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C8BD is Cyan = 0.5, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 200 | 189 | - |
| CMYK | 0.5 | 0 | 0.06 | 0.22 |
| HSL | 173.4º | 0.48% | 0.59% | - |
| HSV(B) | 173.4º | 0.5% | 0.78% | - |
| XYZ | 35.1 | 47.69 | 55.5 | - |
| YUV | 168.85 | 139.37 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 200 | 189 | 0.5 | 0 | 0.06 | 0.22 | 173.4 | 0.48 | 0.59 |
| Hex | 64 | C8 | BD | 32 | 0 | 6 | 16 | AD | 30 | 3B |
| Octal | 144 | 310 | 275 | 62 | 0 | 6 | 26 | 255 | 60 | 73 |
| Binary | 1100100 | 11001000 | 10111101 | 110010 | 0 | 110 | 10110 | 10101101 | 110000 | 111011 |
Color Harmonies of #64C8BD
Complementary color
Monochromatic Colors of #64C8BD
Black with #64C8BD
Text Example
Text Example
White with #64C8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C8BD; }
p { color: rgb(100,200,189); }
H1.HeaderClassName
{
color: #64C8BD;
}
.AnyTagClassName
{
color: #64C8BD;
}
</style>
background-color css
<style>
a { background-color: #64C8BD; }
a { background-color: rgb(100,200,189); }
div.DivClassName
{
background-color: #64C8BD;
}
.BgClassName
{
background-color: #64C8BD;
}
</style>
border-color css
<style>
span { border-color: #64C8BD; }
span { border-color: rgb(100,200,189); }
td.TdClassName
{
border-color: #64C8BD;
}
.TagClassName
{
border-color: #64C8BD;
}
</style>