Shades of Downy #6EDBBC
Tints of Downy #6EDBBC
RGB
CMYK
RGB Variations
Color information
#6EDBBC (or 0x6EDBBC) is known color: Downy. HEX triplet: 6E, DB and BC. RGB value is (110,219,188). Sum of RGB (Red+Green+Blue) = 110+219+188=517 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.28% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDBBC is #912443. Grayscale: #B6B6B6. Windows color (decimal): -9512004 or 12376942. OLE color: 12376942.
HSL color Cylindrical-coordinate representation of color #6EDBBC: hue angle of 162.94º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDBBC is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 219 | 188 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.14 |
| HSL | 162.94º | 0.6% | 0.65% | - |
| HSV(B) | 162.94º | 0.5% | 0.86% | - |
| XYZ | 40.84 | 57.61 | 56.54 | - |
| YUV | 182.88 | 130.89 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 219 | 188 | 0.50 | 0 | 0.14 | 0.14 | 162.94 | 0.6 | 0.65 |
| Hex | 6E | DB | BC | 32 | 0 | E | E | A3 | 3C | 41 |
| Octal | 156 | 333 | 274 | 62 | 0 | 16 | 16 | 243 | 74 | 101 |
| Binary | 1101110 | 11011011 | 10111100 | 110010 | 0 | 1110 | 1110 | 10100011 | 111100 | 1000001 |
Color Harmonies of #6EDBBC
Complementary color
Monochromatic Colors of #6EDBBC
Black with #6EDBBC
Text Example
Text Example
White with #6EDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDBBC; }
p { color: rgb(110,219,188); }
H1.HeaderClassName
{
color: #6EDBBC;
}
.AnyTagClassName
{
color: #6EDBBC;
}
</style>
background-color css
<style>
a { background-color: #6EDBBC; }
a { background-color: rgb(110,219,188); }
div.DivClassName
{
background-color: #6EDBBC;
}
.BgClassName
{
background-color: #6EDBBC;
}
</style>
border-color css
<style>
span { border-color: #6EDBBC; }
span { border-color: rgb(110,219,188); }
td.TdClassName
{
border-color: #6EDBBC;
}
.TagClassName
{
border-color: #6EDBBC;
}
</style>