Shades of Downy #6EE1B9
Tints of Downy #6EE1B9
RGB
CMYK
RGB Variations
Color information
#6EE1B9 (or 0x6EE1B9) is known color: Downy. HEX triplet: 6E, E1 and B9. RGB value is (110,225,185). Sum of RGB (Red+Green+Blue) = 110+225+185=520 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.15% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 225 - color contains mainly: green. Hex color #6EE1B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE1B9 is #911E46. Grayscale: #BABABA. Windows color (decimal): -9510471 or 12181870. OLE color: 12181870.
HSL color Cylindrical-coordinate representation of color #6EE1B9: hue angle of 159.13º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EE1B9 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 225 | 185 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.12 |
| HSL | 159.13º | 0.66% | 0.66% | - |
| HSV(B) | 159.13º | 0.51% | 0.88% | - |
| XYZ | 42.11 | 60.67 | 55.39 | - |
| YUV | 186.06 | 127.4 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 225 | 185 | 0.51 | 0 | 0.18 | 0.12 | 159.13 | 0.66 | 0.66 |
| Hex | 6E | E1 | B9 | 33 | 0 | 12 | C | 9F | 42 | 42 |
| Octal | 156 | 341 | 271 | 63 | 0 | 22 | 14 | 237 | 102 | 102 |
| Binary | 1101110 | 11100001 | 10111001 | 110011 | 0 | 10010 | 1100 | 10011111 | 1000010 | 1000010 |
Color Harmonies of #6EE1B9
Complementary color
Monochromatic Colors of #6EE1B9
Black with #6EE1B9
Text Example
Text Example
White with #6EE1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE1B9; }
p { color: rgb(110,225,185); }
H1.HeaderClassName
{
color: #6EE1B9;
}
.AnyTagClassName
{
color: #6EE1B9;
}
</style>
background-color css
<style>
a { background-color: #6EE1B9; }
a { background-color: rgb(110,225,185); }
div.DivClassName
{
background-color: #6EE1B9;
}
.BgClassName
{
background-color: #6EE1B9;
}
</style>
border-color css
<style>
span { border-color: #6EE1B9; }
span { border-color: rgb(110,225,185); }
td.TdClassName
{
border-color: #6EE1B9;
}
.TagClassName
{
border-color: #6EE1B9;
}
</style>