Shades of Downy #6EDAB5
Tints of Downy #6EDAB5
RGB
CMYK
RGB Variations
Color information
#6EDAB5 (or 0x6EDAB5) is known color: Downy. HEX triplet: 6E, DA and B5. RGB value is (110,218,181). Sum of RGB (Red+Green+Blue) = 110+218+181=509 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.61% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDAB5 is #91254A. Grayscale: #B5B5B5. Windows color (decimal): -9512267 or 11917934. OLE color: 11917934.
HSL color Cylindrical-coordinate representation of color #6EDAB5: hue angle of 159.44º 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 #6EDAB5 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 181 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.15 |
| HSL | 159.44º | 0.59% | 0.64% | - |
| HSV(B) | 159.44º | 0.5% | 0.85% | - |
| XYZ | 39.84 | 56.79 | 52.58 | - |
| YUV | 181.49 | 127.72 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 181 | 0.50 | 0 | 0.17 | 0.15 | 159.44 | 0.59 | 0.64 |
| Hex | 6E | DA | B5 | 32 | 0 | 11 | F | 9F | 3B | 40 |
| Octal | 156 | 332 | 265 | 62 | 0 | 21 | 17 | 237 | 73 | 100 |
| Binary | 1101110 | 11011010 | 10110101 | 110010 | 0 | 10001 | 1111 | 10011111 | 111011 | 1000000 |
Color Harmonies of #6EDAB5
Complementary color
Monochromatic Colors of #6EDAB5
Black with #6EDAB5
Text Example
Text Example
White with #6EDAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDAB5; }
p { color: rgb(110,218,181); }
H1.HeaderClassName
{
color: #6EDAB5;
}
.AnyTagClassName
{
color: #6EDAB5;
}
</style>
background-color css
<style>
a { background-color: #6EDAB5; }
a { background-color: rgb(110,218,181); }
div.DivClassName
{
background-color: #6EDAB5;
}
.BgClassName
{
background-color: #6EDAB5;
}
</style>
border-color css
<style>
span { border-color: #6EDAB5; }
span { border-color: rgb(110,218,181); }
td.TdClassName
{
border-color: #6EDAB5;
}
.TagClassName
{
border-color: #6EDAB5;
}
</style>