Shades of Downy #6EDAB4
Tints of Downy #6EDAB4
RGB
CMYK
RGB Variations
Color information
#6EDAB4 (or 0x6EDAB4) is known color: Downy. HEX triplet: 6E, DA and B4. RGB value is (110,218,180). Sum of RGB (Red+Green+Blue) = 110+218+180=508 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.65% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDAB4 is #91254B. Grayscale: #B5B5B5. Windows color (decimal): -9512268 or 11852398. OLE color: 11852398.
HSL color Cylindrical-coordinate representation of color #6EDAB4: hue angle of 158.89º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDAB4 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 180 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.15 |
| HSL | 158.89º | 0.59% | 0.64% | - |
| HSV(B) | 158.89º | 0.5% | 0.85% | - |
| XYZ | 39.74 | 56.75 | 52.04 | - |
| YUV | 181.38 | 127.22 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 180 | 0.50 | 0 | 0.17 | 0.15 | 158.89 | 0.59 | 0.64 |
| Hex | 6E | DA | B4 | 32 | 0 | 11 | F | 9F | 3B | 40 |
| Octal | 156 | 332 | 264 | 62 | 0 | 21 | 17 | 237 | 73 | 100 |
| Binary | 1101110 | 11011010 | 10110100 | 110010 | 0 | 10001 | 1111 | 10011111 | 111011 | 1000000 |
Color Harmonies of #6EDAB4
Complementary color
Monochromatic Colors of #6EDAB4
Black with #6EDAB4
Text Example
Text Example
White with #6EDAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDAB4; }
p { color: rgb(110,218,180); }
H1.HeaderClassName
{
color: #6EDAB4;
}
.AnyTagClassName
{
color: #6EDAB4;
}
</style>
background-color css
<style>
a { background-color: #6EDAB4; }
a { background-color: rgb(110,218,180); }
div.DivClassName
{
background-color: #6EDAB4;
}
.BgClassName
{
background-color: #6EDAB4;
}
</style>
border-color css
<style>
span { border-color: #6EDAB4; }
span { border-color: rgb(110,218,180); }
td.TdClassName
{
border-color: #6EDAB4;
}
.TagClassName
{
border-color: #6EDAB4;
}
</style>