Shades of Downy #6EEDBD
Tints of Downy #6EEDBD
RGB
CMYK
RGB Variations
Color information
#6EEDBD (or 0x6EEDBD) is known color: Downy. HEX triplet: 6E, ED and BD. RGB value is (110,237,189). Sum of RGB (Red+Green+Blue) = 110+237+189=536 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.52% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #6EEDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEDBD is #911242. Grayscale: #C1C1C1. Windows color (decimal): -9507395 or 12447086. OLE color: 12447086.
HSL color Cylindrical-coordinate representation of color #6EEDBD: hue angle of 157.32º 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 #6EEDBD is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 237 | 189 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.07 |
| HSL | 157.32º | 0.78% | 0.68% | - |
| HSV(B) | 157.32º | 0.54% | 0.93% | - |
| XYZ | 45.9 | 67.56 | 58.76 | - |
| YUV | 193.56 | 125.42 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 237 | 189 | 0.54 | 0 | 0.20 | 0.07 | 157.32 | 0.78 | 0.68 |
| Hex | 6E | ED | BD | 36 | 0 | 14 | 7 | 9D | 4E | 44 |
| Octal | 156 | 355 | 275 | 66 | 0 | 24 | 7 | 235 | 116 | 104 |
| Binary | 1101110 | 11101101 | 10111101 | 110110 | 0 | 10100 | 111 | 10011101 | 1001110 | 1000100 |
Color Harmonies of #6EEDBD
Complementary color
Monochromatic Colors of #6EEDBD
Black with #6EEDBD
Text Example
Text Example
White with #6EEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEDBD; }
p { color: rgb(110,237,189); }
H1.HeaderClassName
{
color: #6EEDBD;
}
.AnyTagClassName
{
color: #6EEDBD;
}
</style>
background-color css
<style>
a { background-color: #6EEDBD; }
a { background-color: rgb(110,237,189); }
div.DivClassName
{
background-color: #6EEDBD;
}
.BgClassName
{
background-color: #6EEDBD;
}
</style>
border-color css
<style>
span { border-color: #6EEDBD; }
span { border-color: rgb(110,237,189); }
td.TdClassName
{
border-color: #6EEDBD;
}
.TagClassName
{
border-color: #6EEDBD;
}
</style>