Shades of Downy #6EDABA
Tints of Downy #6EDABA
RGB
CMYK
RGB Variations
Color information
#6EDABA (or 0x6EDABA) is known color: Downy. HEX triplet: 6E, DA and BA. RGB value is (110,218,186). Sum of RGB (Red+Green+Blue) = 110+218+186=514 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.40% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDABA is #912545. Grayscale: #B6B6B6. Windows color (decimal): -9512262 or 12245614. OLE color: 12245614.
HSL color Cylindrical-coordinate representation of color #6EDABA: hue angle of 162.22º 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 #6EDABA is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 186 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.15 |
| HSL | 162.22º | 0.59% | 0.64% | - |
| HSV(B) | 162.22º | 0.5% | 0.85% | - |
| XYZ | 40.36 | 57 | 55.33 | - |
| YUV | 182.06 | 130.22 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 186 | 0.50 | 0 | 0.15 | 0.15 | 162.22 | 0.59 | 0.64 |
| Hex | 6E | DA | BA | 32 | 0 | F | F | A2 | 3B | 40 |
| Octal | 156 | 332 | 272 | 62 | 0 | 17 | 17 | 242 | 73 | 100 |
| Binary | 1101110 | 11011010 | 10111010 | 110010 | 0 | 1111 | 1111 | 10100010 | 111011 | 1000000 |
Color Harmonies of #6EDABA
Complementary color
Monochromatic Colors of #6EDABA
Black with #6EDABA
Text Example
Text Example
White with #6EDABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDABA; }
p { color: rgb(110,218,186); }
H1.HeaderClassName
{
color: #6EDABA;
}
.AnyTagClassName
{
color: #6EDABA;
}
</style>
background-color css
<style>
a { background-color: #6EDABA; }
a { background-color: rgb(110,218,186); }
div.DivClassName
{
background-color: #6EDABA;
}
.BgClassName
{
background-color: #6EDABA;
}
</style>
border-color css
<style>
span { border-color: #6EDABA; }
span { border-color: rgb(110,218,186); }
td.TdClassName
{
border-color: #6EDABA;
}
.TagClassName
{
border-color: #6EDABA;
}
</style>