Shades of Downy #64C8B7
Tints of Downy #64C8B7
RGB
CMYK
RGB Variations
Color information
#64C8B7 (or 0x64C8B7) is known color: Downy. HEX triplet: 64, C8 and B7. RGB value is (100,200,183). Sum of RGB (Red+Green+Blue) = 100+200+183=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #64C8B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C8B7 is #9B3748. Grayscale: #A8A8A8. Windows color (decimal): -10172233 or 12044388. OLE color: 12044388.
HSL color Cylindrical-coordinate representation of color #64C8B7: hue angle of 169.8º 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 #64C8B7 is Cyan = 0.5, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 200 | 183 | - |
| CMYK | 0.5 | 0 | 0.08 | 0.22 |
| HSL | 169.8º | 0.48% | 0.59% | - |
| HSV(B) | 169.8º | 0.5% | 0.78% | - |
| XYZ | 34.46 | 47.44 | 52.14 | - |
| YUV | 168.16 | 136.37 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 200 | 183 | 0.5 | 0 | 0.08 | 0.22 | 169.8 | 0.48 | 0.59 |
| Hex | 64 | C8 | B7 | 32 | 0 | 8 | 16 | AA | 30 | 3B |
| Octal | 144 | 310 | 267 | 62 | 0 | 10 | 26 | 252 | 60 | 73 |
| Binary | 1100100 | 11001000 | 10110111 | 110010 | 0 | 1000 | 10110 | 10101010 | 110000 | 111011 |
Color Harmonies of #64C8B7
Complementary color
Monochromatic Colors of #64C8B7
Black with #64C8B7
Text Example
Text Example
White with #64C8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C8B7; }
p { color: rgb(100,200,183); }
H1.HeaderClassName
{
color: #64C8B7;
}
.AnyTagClassName
{
color: #64C8B7;
}
</style>
background-color css
<style>
a { background-color: #64C8B7; }
a { background-color: rgb(100,200,183); }
div.DivClassName
{
background-color: #64C8B7;
}
.BgClassName
{
background-color: #64C8B7;
}
</style>
border-color css
<style>
span { border-color: #64C8B7; }
span { border-color: rgb(100,200,183); }
td.TdClassName
{
border-color: #64C8B7;
}
.TagClassName
{
border-color: #64C8B7;
}
</style>