Shades of Downy #64DAC7
Tints of Downy #64DAC7
RGB
CMYK
RGB Variations
Color information
#64DAC7 (or 0x64DAC7) is known color: Downy. HEX triplet: 64, DA and C7. RGB value is (100,218,199). Sum of RGB (Red+Green+Blue) = 100+218+199=517 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.34% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #64DAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DAC7 is #9B2538. Grayscale: #B4B4B4. Windows color (decimal): -10167609 or 13097572. OLE color: 13097572.
HSL color Cylindrical-coordinate representation of color #64DAC7: hue angle of 170.34º 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 #64DAC7 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 218 | 199 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.15 |
| HSL | 170.34º | 0.61% | 0.62% | - |
| HSV(B) | 170.34º | 0.54% | 0.85% | - |
| XYZ | 40.64 | 56.98 | 62.89 | - |
| YUV | 180.55 | 138.41 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 199 | 0.54 | 0 | 0.09 | 0.15 | 170.34 | 0.61 | 0.62 |
| Hex | 64 | DA | C7 | 36 | 0 | 9 | F | AA | 3D | 3E |
| Octal | 144 | 332 | 307 | 66 | 0 | 11 | 17 | 252 | 75 | 76 |
| Binary | 1100100 | 11011010 | 11000111 | 110110 | 0 | 1001 | 1111 | 10101010 | 111101 | 111110 |
Color Harmonies of #64DAC7
Complementary color
Monochromatic Colors of #64DAC7
Black with #64DAC7
Text Example
Text Example
White with #64DAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DAC7; }
p { color: rgb(100,218,199); }
H1.HeaderClassName
{
color: #64DAC7;
}
.AnyTagClassName
{
color: #64DAC7;
}
</style>
background-color css
<style>
a { background-color: #64DAC7; }
a { background-color: rgb(100,218,199); }
div.DivClassName
{
background-color: #64DAC7;
}
.BgClassName
{
background-color: #64DAC7;
}
</style>
border-color css
<style>
span { border-color: #64DAC7; }
span { border-color: rgb(100,218,199); }
td.TdClassName
{
border-color: #64DAC7;
}
.TagClassName
{
border-color: #64DAC7;
}
</style>