Shades of Downy #64DACC
Tints of Downy #64DACC
RGB
CMYK
RGB Variations
Color information
#64DACC (or 0x64DACC) is known color: Downy. HEX triplet: 64, DA and CC. RGB value is (100,218,204). Sum of RGB (Red+Green+Blue) = 100+218+204=522 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.16% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #64DACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DACC is #9B2533. Grayscale: #B5B5B5. Windows color (decimal): -10167604 or 13425252. OLE color: 13425252.
HSL color Cylindrical-coordinate representation of color #64DACC: hue angle of 172.88º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DACC is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 218 | 204 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.15 |
| HSL | 172.88º | 0.61% | 0.62% | - |
| HSV(B) | 172.88º | 0.54% | 0.85% | - |
| XYZ | 41.23 | 57.21 | 66 | - |
| YUV | 181.12 | 140.91 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 204 | 0.54 | 0 | 0.06 | 0.15 | 172.88 | 0.61 | 0.62 |
| Hex | 64 | DA | CC | 36 | 0 | 6 | F | AD | 3D | 3E |
| Octal | 144 | 332 | 314 | 66 | 0 | 6 | 17 | 255 | 75 | 76 |
| Binary | 1100100 | 11011010 | 11001100 | 110110 | 0 | 110 | 1111 | 10101101 | 111101 | 111110 |
Color Harmonies of #64DACC
Complementary color
Monochromatic Colors of #64DACC
Black with #64DACC
Text Example
Text Example
White with #64DACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DACC; }
p { color: rgb(100,218,204); }
H1.HeaderClassName
{
color: #64DACC;
}
.AnyTagClassName
{
color: #64DACC;
}
</style>
background-color css
<style>
a { background-color: #64DACC; }
a { background-color: rgb(100,218,204); }
div.DivClassName
{
background-color: #64DACC;
}
.BgClassName
{
background-color: #64DACC;
}
</style>
border-color css
<style>
span { border-color: #64DACC; }
span { border-color: rgb(100,218,204); }
td.TdClassName
{
border-color: #64DACC;
}
.TagClassName
{
border-color: #64DACC;
}
</style>