Shades of Downy #6EDDBE
Tints of Downy #6EDDBE
RGB
CMYK
RGB Variations
Color information
#6EDDBE (or 0x6EDDBE) is known color: Downy. HEX triplet: 6E, DD and BE. RGB value is (110,221,190). Sum of RGB (Red+Green+Blue) = 110+221+190=521 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.11% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDDBE is #912241. Grayscale: #B8B8B8. Windows color (decimal): -9511490 or 12508526. OLE color: 12508526.
HSL color Cylindrical-coordinate representation of color #6EDDBE: hue angle of 163.24º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDDBE is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 221 | 190 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.13 |
| HSL | 163.24º | 0.62% | 0.65% | - |
| HSV(B) | 163.24º | 0.5% | 0.87% | - |
| XYZ | 41.58 | 58.75 | 57.86 | - |
| YUV | 184.28 | 131.23 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 221 | 190 | 0.50 | 0 | 0.14 | 0.13 | 163.24 | 0.62 | 0.65 |
| Hex | 6E | DD | BE | 32 | 0 | E | D | A3 | 3E | 41 |
| Octal | 156 | 335 | 276 | 62 | 0 | 16 | 15 | 243 | 76 | 101 |
| Binary | 1101110 | 11011101 | 10111110 | 110010 | 0 | 1110 | 1101 | 10100011 | 111110 | 1000001 |
Color Harmonies of #6EDDBE
Complementary color
Monochromatic Colors of #6EDDBE
Black with #6EDDBE
Text Example
Text Example
White with #6EDDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDDBE; }
p { color: rgb(110,221,190); }
H1.HeaderClassName
{
color: #6EDDBE;
}
.AnyTagClassName
{
color: #6EDDBE;
}
</style>
background-color css
<style>
a { background-color: #6EDDBE; }
a { background-color: rgb(110,221,190); }
div.DivClassName
{
background-color: #6EDDBE;
}
.BgClassName
{
background-color: #6EDDBE;
}
</style>
border-color css
<style>
span { border-color: #6EDDBE; }
span { border-color: rgb(110,221,190); }
td.TdClassName
{
border-color: #6EDDBE;
}
.TagClassName
{
border-color: #6EDDBE;
}
</style>