Shades of Downy #64DBC3
Tints of Downy #64DBC3
RGB
CMYK
RGB Variations
Color information
#64DBC3 (or 0x64DBC3) is known color: Downy. HEX triplet: 64, DB and C3. RGB value is (100,219,195). Sum of RGB (Red+Green+Blue) = 100+219+195=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #64DBC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DBC3 is #9B243C. Grayscale: #B4B4B4. Windows color (decimal): -10167357 or 12835684. OLE color: 12835684.
HSL color Cylindrical-coordinate representation of color #64DBC3: hue angle of 167.9º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DBC3 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 195 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.14 |
| HSL | 167.9º | 0.62% | 0.63% | - |
| HSV(B) | 167.9º | 0.54% | 0.86% | - |
| XYZ | 40.44 | 57.31 | 60.56 | - |
| YUV | 180.68 | 136.08 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 195 | 0.54 | 0 | 0.11 | 0.14 | 167.9 | 0.62 | 0.63 |
| Hex | 64 | DB | C3 | 36 | 0 | B | E | A8 | 3E | 3F |
| Octal | 144 | 333 | 303 | 66 | 0 | 13 | 16 | 250 | 76 | 77 |
| Binary | 1100100 | 11011011 | 11000011 | 110110 | 0 | 1011 | 1110 | 10101000 | 111110 | 111111 |
Color Harmonies of #64DBC3
Complementary color
Monochromatic Colors of #64DBC3
Black with #64DBC3
Text Example
Text Example
White with #64DBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DBC3; }
p { color: rgb(100,219,195); }
H1.HeaderClassName
{
color: #64DBC3;
}
.AnyTagClassName
{
color: #64DBC3;
}
</style>
background-color css
<style>
a { background-color: #64DBC3; }
a { background-color: rgb(100,219,195); }
div.DivClassName
{
background-color: #64DBC3;
}
.BgClassName
{
background-color: #64DBC3;
}
</style>
border-color css
<style>
span { border-color: #64DBC3; }
span { border-color: rgb(100,219,195); }
td.TdClassName
{
border-color: #64DBC3;
}
.TagClassName
{
border-color: #64DBC3;
}
</style>