Shades of Downy #6EDAB7
Tints of Downy #6EDAB7
RGB
CMYK
RGB Variations
Color information
#6EDAB7 (or 0x6EDAB7) is known color: Downy. HEX triplet: 6E, DA and B7. RGB value is (110,218,183). Sum of RGB (Red+Green+Blue) = 110+218+183=511 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.53% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDAB7 is #912548. Grayscale: #B5B5B5. Windows color (decimal): -9512265 or 12049006. OLE color: 12049006.
HSL color Cylindrical-coordinate representation of color #6EDAB7: hue angle of 160.56º 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 #6EDAB7 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 183 | - |
| CMYK | 0.50 | 0 | 0.16 | 0.15 |
| HSL | 160.56º | 0.59% | 0.64% | - |
| HSV(B) | 160.56º | 0.5% | 0.85% | - |
| XYZ | 40.05 | 56.88 | 53.67 | - |
| YUV | 181.72 | 128.72 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 183 | 0.50 | 0 | 0.16 | 0.15 | 160.56 | 0.59 | 0.64 |
| Hex | 6E | DA | B7 | 32 | 0 | 10 | F | A1 | 3B | 40 |
| Octal | 156 | 332 | 267 | 62 | 0 | 20 | 17 | 241 | 73 | 100 |
| Binary | 1101110 | 11011010 | 10110111 | 110010 | 0 | 10000 | 1111 | 10100001 | 111011 | 1000000 |
Color Harmonies of #6EDAB7
Complementary color
Monochromatic Colors of #6EDAB7
Black with #6EDAB7
Text Example
Text Example
White with #6EDAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDAB7; }
p { color: rgb(110,218,183); }
H1.HeaderClassName
{
color: #6EDAB7;
}
.AnyTagClassName
{
color: #6EDAB7;
}
</style>
background-color css
<style>
a { background-color: #6EDAB7; }
a { background-color: rgb(110,218,183); }
div.DivClassName
{
background-color: #6EDAB7;
}
.BgClassName
{
background-color: #6EDAB7;
}
</style>
border-color css
<style>
span { border-color: #6EDAB7; }
span { border-color: rgb(110,218,183); }
td.TdClassName
{
border-color: #6EDAB7;
}
.TagClassName
{
border-color: #6EDAB7;
}
</style>