Shades of Downy #6EE0BB
Tints of Downy #6EE0BB
RGB
CMYK
RGB Variations
Color information
#6EE0BB (or 0x6EE0BB) is known color: Downy. HEX triplet: 6E, E0 and BB. RGB value is (110,224,187). Sum of RGB (Red+Green+Blue) = 110+224+187=521 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.11% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #6EE0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE0BB is #911F44. Grayscale: #B9B9B9. Windows color (decimal): -9510725 or 12312686. OLE color: 12312686.
HSL color Cylindrical-coordinate representation of color #6EE0BB: hue angle of 160.53º 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 #6EE0BB is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 224 | 187 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.12 |
| HSL | 160.53º | 0.65% | 0.65% | - |
| HSV(B) | 160.53º | 0.51% | 0.88% | - |
| XYZ | 42.06 | 60.21 | 56.42 | - |
| YUV | 185.7 | 128.73 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 224 | 187 | 0.51 | 0 | 0.17 | 0.12 | 160.53 | 0.65 | 0.65 |
| Hex | 6E | E0 | BB | 33 | 0 | 11 | C | A1 | 41 | 41 |
| Octal | 156 | 340 | 273 | 63 | 0 | 21 | 14 | 241 | 101 | 101 |
| Binary | 1101110 | 11100000 | 10111011 | 110011 | 0 | 10001 | 1100 | 10100001 | 1000001 | 1000001 |
Color Harmonies of #6EE0BB
Complementary color
Monochromatic Colors of #6EE0BB
Black with #6EE0BB
Text Example
Text Example
White with #6EE0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE0BB; }
p { color: rgb(110,224,187); }
H1.HeaderClassName
{
color: #6EE0BB;
}
.AnyTagClassName
{
color: #6EE0BB;
}
</style>
background-color css
<style>
a { background-color: #6EE0BB; }
a { background-color: rgb(110,224,187); }
div.DivClassName
{
background-color: #6EE0BB;
}
.BgClassName
{
background-color: #6EE0BB;
}
</style>
border-color css
<style>
span { border-color: #6EE0BB; }
span { border-color: rgb(110,224,187); }
td.TdClassName
{
border-color: #6EE0BB;
}
.TagClassName
{
border-color: #6EE0BB;
}
</style>