Shades of Downy #6EE1BA
Tints of Downy #6EE1BA
RGB
CMYK
RGB Variations
Color information
#6EE1BA (or 0x6EE1BA) is known color: Downy. HEX triplet: 6E, E1 and BA. RGB value is (110,225,186). Sum of RGB (Red+Green+Blue) = 110+225+186=521 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.11% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #6EE1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE1BA is #911E45. Grayscale: #BABABA. Windows color (decimal): -9510470 or 12247406. OLE color: 12247406.
HSL color Cylindrical-coordinate representation of color #6EE1BA: hue angle of 159.65º 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 #6EE1BA is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 225 | 186 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.12 |
| HSL | 159.65º | 0.66% | 0.66% | - |
| HSV(B) | 159.65º | 0.51% | 0.88% | - |
| XYZ | 42.22 | 60.71 | 55.95 | - |
| YUV | 186.17 | 127.9 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 225 | 186 | 0.51 | 0 | 0.17 | 0.12 | 159.65 | 0.66 | 0.66 |
| Hex | 6E | E1 | BA | 33 | 0 | 11 | C | A0 | 42 | 42 |
| Octal | 156 | 341 | 272 | 63 | 0 | 21 | 14 | 240 | 102 | 102 |
| Binary | 1101110 | 11100001 | 10111010 | 110011 | 0 | 10001 | 1100 | 10100000 | 1000010 | 1000010 |
Color Harmonies of #6EE1BA
Complementary color
Monochromatic Colors of #6EE1BA
Black with #6EE1BA
Text Example
Text Example
White with #6EE1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE1BA; }
p { color: rgb(110,225,186); }
H1.HeaderClassName
{
color: #6EE1BA;
}
.AnyTagClassName
{
color: #6EE1BA;
}
</style>
background-color css
<style>
a { background-color: #6EE1BA; }
a { background-color: rgb(110,225,186); }
div.DivClassName
{
background-color: #6EE1BA;
}
.BgClassName
{
background-color: #6EE1BA;
}
</style>
border-color css
<style>
span { border-color: #6EE1BA; }
span { border-color: rgb(110,225,186); }
td.TdClassName
{
border-color: #6EE1BA;
}
.TagClassName
{
border-color: #6EE1BA;
}
</style>