Shades of Downy #6EEDBE
Tints of Downy #6EEDBE
RGB
CMYK
RGB Variations
Color information
#6EEDBE (or 0x6EEDBE) is known color: Downy. HEX triplet: 6E, ED and BE. RGB value is (110,237,190). Sum of RGB (Red+Green+Blue) = 110+237+190=537 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.48% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #6EEDBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEDBE is #911241. Grayscale: #C1C1C1. Windows color (decimal): -9507394 or 12512622. OLE color: 12512622.
HSL color Cylindrical-coordinate representation of color #6EEDBE: hue angle of 157.8º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEDBE is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 237 | 190 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.07 |
| HSL | 157.8º | 0.78% | 0.68% | - |
| HSV(B) | 157.8º | 0.54% | 0.93% | - |
| XYZ | 46.01 | 67.6 | 59.34 | - |
| YUV | 193.67 | 125.92 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 237 | 190 | 0.54 | 0 | 0.20 | 0.07 | 157.8 | 0.78 | 0.68 |
| Hex | 6E | ED | BE | 36 | 0 | 14 | 7 | 9E | 4E | 44 |
| Octal | 156 | 355 | 276 | 66 | 0 | 24 | 7 | 236 | 116 | 104 |
| Binary | 1101110 | 11101101 | 10111110 | 110110 | 0 | 10100 | 111 | 10011110 | 1001110 | 1000100 |
Color Harmonies of #6EEDBE
Complementary color
Monochromatic Colors of #6EEDBE
Black with #6EEDBE
Text Example
Text Example
White with #6EEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEDBE; }
p { color: rgb(110,237,190); }
H1.HeaderClassName
{
color: #6EEDBE;
}
.AnyTagClassName
{
color: #6EEDBE;
}
</style>
background-color css
<style>
a { background-color: #6EEDBE; }
a { background-color: rgb(110,237,190); }
div.DivClassName
{
background-color: #6EEDBE;
}
.BgClassName
{
background-color: #6EEDBE;
}
</style>
border-color css
<style>
span { border-color: #6EEDBE; }
span { border-color: rgb(110,237,190); }
td.TdClassName
{
border-color: #6EEDBE;
}
.TagClassName
{
border-color: #6EEDBE;
}
</style>