Shades of Downy #6EE0B9
Tints of Downy #6EE0B9
RGB
CMYK
RGB Variations
Color information
#6EE0B9 (or 0x6EE0B9) is known color: Downy. HEX triplet: 6E, E0 and B9. RGB value is (110,224,185). Sum of RGB (Red+Green+Blue) = 110+224+185=519 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.19% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #6EE0B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE0B9 is #911F46. Grayscale: #B9B9B9. Windows color (decimal): -9510727 or 12181614. OLE color: 12181614.
HSL color Cylindrical-coordinate representation of color #6EE0B9: hue angle of 159.47º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EE0B9 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 224 | 185 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.12 |
| HSL | 159.47º | 0.65% | 0.65% | - |
| HSV(B) | 159.47º | 0.51% | 0.88% | - |
| XYZ | 41.84 | 60.13 | 55.3 | - |
| YUV | 185.47 | 127.73 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 224 | 185 | 0.51 | 0 | 0.17 | 0.12 | 159.47 | 0.65 | 0.65 |
| Hex | 6E | E0 | B9 | 33 | 0 | 11 | C | 9F | 41 | 41 |
| Octal | 156 | 340 | 271 | 63 | 0 | 21 | 14 | 237 | 101 | 101 |
| Binary | 1101110 | 11100000 | 10111001 | 110011 | 0 | 10001 | 1100 | 10011111 | 1000001 | 1000001 |
Color Harmonies of #6EE0B9
Complementary color
Monochromatic Colors of #6EE0B9
Black with #6EE0B9
Text Example
Text Example
White with #6EE0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE0B9; }
p { color: rgb(110,224,185); }
H1.HeaderClassName
{
color: #6EE0B9;
}
.AnyTagClassName
{
color: #6EE0B9;
}
</style>
background-color css
<style>
a { background-color: #6EE0B9; }
a { background-color: rgb(110,224,185); }
div.DivClassName
{
background-color: #6EE0B9;
}
.BgClassName
{
background-color: #6EE0B9;
}
</style>
border-color css
<style>
span { border-color: #6EE0B9; }
span { border-color: rgb(110,224,185); }
td.TdClassName
{
border-color: #6EE0B9;
}
.TagClassName
{
border-color: #6EE0B9;
}
</style>