Shades of Downy #64DAD0
Tints of Downy #64DAD0
RGB
CMYK
RGB Variations
Color information
#64DAD0 (or 0x64DAD0) is known color: Downy. HEX triplet: 64, DA and D0. RGB value is (100,218,208). Sum of RGB (Red+Green+Blue) = 100+218+208=526 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.01% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #64DAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DAD0 is #9B252F. Grayscale: #B5B5B5. Windows color (decimal): -10167600 or 13687396. OLE color: 13687396.
HSL color Cylindrical-coordinate representation of color #64DAD0: hue angle of 174.92º 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 #64DAD0 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 218 | 208 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.15 |
| HSL | 174.92º | 0.61% | 0.62% | - |
| HSV(B) | 174.92º | 0.54% | 0.85% | - |
| XYZ | 41.71 | 57.41 | 68.56 | - |
| YUV | 181.58 | 142.91 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 208 | 0.54 | 0 | 0.05 | 0.15 | 174.92 | 0.61 | 0.62 |
| Hex | 64 | DA | D0 | 36 | 0 | 5 | F | AF | 3D | 3E |
| Octal | 144 | 332 | 320 | 66 | 0 | 5 | 17 | 257 | 75 | 76 |
| Binary | 1100100 | 11011010 | 11010000 | 110110 | 0 | 101 | 1111 | 10101111 | 111101 | 111110 |
Color Harmonies of #64DAD0
Complementary color
Monochromatic Colors of #64DAD0
Black with #64DAD0
Text Example
Text Example
White with #64DAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DAD0; }
p { color: rgb(100,218,208); }
H1.HeaderClassName
{
color: #64DAD0;
}
.AnyTagClassName
{
color: #64DAD0;
}
</style>
background-color css
<style>
a { background-color: #64DAD0; }
a { background-color: rgb(100,218,208); }
div.DivClassName
{
background-color: #64DAD0;
}
.BgClassName
{
background-color: #64DAD0;
}
</style>
border-color css
<style>
span { border-color: #64DAD0; }
span { border-color: rgb(100,218,208); }
td.TdClassName
{
border-color: #64DAD0;
}
.TagClassName
{
border-color: #64DAD0;
}
</style>