Shades of Downy #64DAB7
Tints of Downy #64DAB7
RGB
CMYK
RGB Variations
Color information
#64DAB7 (or 0x64DAB7) is known color: Downy. HEX triplet: 64, DA and B7. RGB value is (100,218,183). Sum of RGB (Red+Green+Blue) = 100+218+183=501 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.96% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #64DAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DAB7 is #9B2548. Grayscale: #B2B2B2. Windows color (decimal): -10167625 or 12048996. OLE color: 12048996.
HSL color Cylindrical-coordinate representation of color #64DAB7: hue angle of 162.2º 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 #64DAB7 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 218 | 183 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.15 |
| HSL | 162.2º | 0.61% | 0.62% | - |
| HSV(B) | 162.2º | 0.54% | 0.85% | - |
| XYZ | 38.87 | 56.27 | 53.61 | - |
| YUV | 178.73 | 130.41 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 183 | 0.54 | 0 | 0.16 | 0.15 | 162.2 | 0.61 | 0.62 |
| Hex | 64 | DA | B7 | 36 | 0 | 10 | F | A2 | 3D | 3E |
| Octal | 144 | 332 | 267 | 66 | 0 | 20 | 17 | 242 | 75 | 76 |
| Binary | 1100100 | 11011010 | 10110111 | 110110 | 0 | 10000 | 1111 | 10100010 | 111101 | 111110 |
Color Harmonies of #64DAB7
Complementary color
Monochromatic Colors of #64DAB7
Black with #64DAB7
Text Example
Text Example
White with #64DAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DAB7; }
p { color: rgb(100,218,183); }
H1.HeaderClassName
{
color: #64DAB7;
}
.AnyTagClassName
{
color: #64DAB7;
}
</style>
background-color css
<style>
a { background-color: #64DAB7; }
a { background-color: rgb(100,218,183); }
div.DivClassName
{
background-color: #64DAB7;
}
.BgClassName
{
background-color: #64DAB7;
}
</style>
border-color css
<style>
span { border-color: #64DAB7; }
span { border-color: rgb(100,218,183); }
td.TdClassName
{
border-color: #64DAB7;
}
.TagClassName
{
border-color: #64DAB7;
}
</style>