Shades of Downy #64C8CD
Tints of Downy #64C8CD
RGB
CMYK
RGB Variations
Color information
#64C8CD (or 0x64C8CD) is known color: Downy. HEX triplet: 64, C8 and CD. RGB value is (100,200,205). Sum of RGB (Red+Green+Blue) = 100+200+205=505 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.80% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #64C8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C8CD is #9B3732. Grayscale: #AAAAAA. Windows color (decimal): -10172211 or 13486180. OLE color: 13486180.
HSL color Cylindrical-coordinate representation of color #64C8CD: hue angle of 182.86º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64C8CD is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 200 | 205 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.20 |
| HSL | 182.86º | 0.51% | 0.6% | - |
| HSV(B) | 182.86º | 0.51% | 0.8% | - |
| XYZ | 36.93 | 48.43 | 65.16 | - |
| YUV | 170.67 | 147.37 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 200 | 205 | 0.51 | 0.02 | 0 | 0.20 | 182.86 | 0.51 | 0.6 |
| Hex | 64 | C8 | CD | 33 | 2 | 0 | 14 | B7 | 33 | 3C |
| Octal | 144 | 310 | 315 | 63 | 2 | 0 | 24 | 267 | 63 | 74 |
| Binary | 1100100 | 11001000 | 11001101 | 110011 | 10 | 0 | 10100 | 10110111 | 110011 | 111100 |
Color Harmonies of #64C8CD
Complementary color
Monochromatic Colors of #64C8CD
Black with #64C8CD
Text Example
Text Example
White with #64C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C8CD; }
p { color: rgb(100,200,205); }
H1.HeaderClassName
{
color: #64C8CD;
}
.AnyTagClassName
{
color: #64C8CD;
}
</style>
background-color css
<style>
a { background-color: #64C8CD; }
a { background-color: rgb(100,200,205); }
div.DivClassName
{
background-color: #64C8CD;
}
.BgClassName
{
background-color: #64C8CD;
}
</style>
border-color css
<style>
span { border-color: #64C8CD; }
span { border-color: rgb(100,200,205); }
td.TdClassName
{
border-color: #64C8CD;
}
.TagClassName
{
border-color: #64C8CD;
}
</style>