Shades of Downy #6EDEBC
Tints of Downy #6EDEBC
RGB
CMYK
RGB Variations
Color information
#6EDEBC (or 0x6EDEBC) is known color: Downy. HEX triplet: 6E, DE and BC. RGB value is (110,222,188). Sum of RGB (Red+Green+Blue) = 110+222+188=520 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.15% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDEBC is #912143. Grayscale: #B8B8B8. Windows color (decimal): -9511236 or 12377710. OLE color: 12377710.
HSL color Cylindrical-coordinate representation of color #6EDEBC: hue angle of 161.79º degrees, saturation: 0.63, 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 #6EDEBC is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 222 | 188 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.13 |
| HSL | 161.79º | 0.63% | 0.65% | - |
| HSV(B) | 161.79º | 0.5% | 0.87% | - |
| XYZ | 41.63 | 59.19 | 56.81 | - |
| YUV | 184.64 | 129.89 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 222 | 188 | 0.50 | 0 | 0.15 | 0.13 | 161.79 | 0.63 | 0.65 |
| Hex | 6E | DE | BC | 32 | 0 | F | D | A2 | 3F | 41 |
| Octal | 156 | 336 | 274 | 62 | 0 | 17 | 15 | 242 | 77 | 101 |
| Binary | 1101110 | 11011110 | 10111100 | 110010 | 0 | 1111 | 1101 | 10100010 | 111111 | 1000001 |
Color Harmonies of #6EDEBC
Complementary color
Monochromatic Colors of #6EDEBC
Black with #6EDEBC
Text Example
Text Example
White with #6EDEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDEBC; }
p { color: rgb(110,222,188); }
H1.HeaderClassName
{
color: #6EDEBC;
}
.AnyTagClassName
{
color: #6EDEBC;
}
</style>
background-color css
<style>
a { background-color: #6EDEBC; }
a { background-color: rgb(110,222,188); }
div.DivClassName
{
background-color: #6EDEBC;
}
.BgClassName
{
background-color: #6EDEBC;
}
</style>
border-color css
<style>
span { border-color: #6EDEBC; }
span { border-color: rgb(110,222,188); }
td.TdClassName
{
border-color: #6EDEBC;
}
.TagClassName
{
border-color: #6EDEBC;
}
</style>