Shades of Downy #6EEDBC
Tints of Downy #6EEDBC
RGB
CMYK
RGB Variations
Color information
#6EEDBC (or 0x6EEDBC) is known color: Downy. HEX triplet: 6E, ED and BC. RGB value is (110,237,188). Sum of RGB (Red+Green+Blue) = 110+237+188=535 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.56% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #6EEDBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEDBC is #911243. Grayscale: #C1C1C1. Windows color (decimal): -9507396 or 12381550. OLE color: 12381550.
HSL color Cylindrical-coordinate representation of color #6EEDBC: hue angle of 156.85º 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 #6EEDBC is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 237 | 188 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.07 |
| HSL | 156.85º | 0.78% | 0.68% | - |
| HSV(B) | 156.85º | 0.54% | 0.93% | - |
| XYZ | 45.79 | 67.51 | 58.2 | - |
| YUV | 193.44 | 124.92 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 237 | 188 | 0.54 | 0 | 0.21 | 0.07 | 156.85 | 0.78 | 0.68 |
| Hex | 6E | ED | BC | 36 | 0 | 15 | 7 | 9D | 4E | 44 |
| Octal | 156 | 355 | 274 | 66 | 0 | 25 | 7 | 235 | 116 | 104 |
| Binary | 1101110 | 11101101 | 10111100 | 110110 | 0 | 10101 | 111 | 10011101 | 1001110 | 1000100 |
Color Harmonies of #6EEDBC
Complementary color
Monochromatic Colors of #6EEDBC
Black with #6EEDBC
Text Example
Text Example
White with #6EEDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEDBC; }
p { color: rgb(110,237,188); }
H1.HeaderClassName
{
color: #6EEDBC;
}
.AnyTagClassName
{
color: #6EEDBC;
}
</style>
background-color css
<style>
a { background-color: #6EEDBC; }
a { background-color: rgb(110,237,188); }
div.DivClassName
{
background-color: #6EEDBC;
}
.BgClassName
{
background-color: #6EEDBC;
}
</style>
border-color css
<style>
span { border-color: #6EEDBC; }
span { border-color: rgb(110,237,188); }
td.TdClassName
{
border-color: #6EEDBC;
}
.TagClassName
{
border-color: #6EEDBC;
}
</style>