Shades of Downy #64DBBF
Tints of Downy #64DBBF
RGB
CMYK
RGB Variations
Color information
#64DBBF (or 0x64DBBF) is known color: Downy. HEX triplet: 64, DB and BF. RGB value is (100,219,191). Sum of RGB (Red+Green+Blue) = 100+219+191=510 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.61% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #64DBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DBBF is #9B2440. Grayscale: #B4B4B4. Windows color (decimal): -10167361 or 12573540. OLE color: 12573540.
HSL color Cylindrical-coordinate representation of color #64DBBF: hue angle of 165.88º 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 #64DBBF is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 191 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.14 |
| HSL | 165.88º | 0.62% | 0.63% | - |
| HSV(B) | 165.88º | 0.54% | 0.86% | - |
| XYZ | 39.99 | 57.13 | 58.21 | - |
| YUV | 180.23 | 134.08 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 191 | 0.54 | 0 | 0.13 | 0.14 | 165.88 | 0.62 | 0.63 |
| Hex | 64 | DB | BF | 36 | 0 | D | E | A6 | 3E | 3F |
| Octal | 144 | 333 | 277 | 66 | 0 | 15 | 16 | 246 | 76 | 77 |
| Binary | 1100100 | 11011011 | 10111111 | 110110 | 0 | 1101 | 1110 | 10100110 | 111110 | 111111 |
Color Harmonies of #64DBBF
Complementary color
Monochromatic Colors of #64DBBF
Black with #64DBBF
Text Example
Text Example
White with #64DBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DBBF; }
p { color: rgb(100,219,191); }
H1.HeaderClassName
{
color: #64DBBF;
}
.AnyTagClassName
{
color: #64DBBF;
}
</style>
background-color css
<style>
a { background-color: #64DBBF; }
a { background-color: rgb(100,219,191); }
div.DivClassName
{
background-color: #64DBBF;
}
.BgClassName
{
background-color: #64DBBF;
}
</style>
border-color css
<style>
span { border-color: #64DBBF; }
span { border-color: rgb(100,219,191); }
td.TdClassName
{
border-color: #64DBBF;
}
.TagClassName
{
border-color: #64DBBF;
}
</style>