Shades of Downy #6EDCBC
Tints of Downy #6EDCBC
RGB
CMYK
RGB Variations
Color information
#6EDCBC (or 0x6EDCBC) is known color: Downy. HEX triplet: 6E, DC and BC. RGB value is (110,220,188). Sum of RGB (Red+Green+Blue) = 110+220+188=518 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.24% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDCBC is #912343. Grayscale: #B7B7B7. Windows color (decimal): -9511748 or 12377198. OLE color: 12377198.
HSL color Cylindrical-coordinate representation of color #6EDCBC: hue angle of 162.55º degrees, saturation: 0.61, 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 #6EDCBC is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 220 | 188 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.14 |
| HSL | 162.55º | 0.61% | 0.65% | - |
| HSV(B) | 162.55º | 0.5% | 0.86% | - |
| XYZ | 41.1 | 58.13 | 56.63 | - |
| YUV | 183.46 | 130.56 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 220 | 188 | 0.50 | 0 | 0.15 | 0.14 | 162.55 | 0.61 | 0.65 |
| Hex | 6E | DC | BC | 32 | 0 | F | E | A3 | 3D | 41 |
| Octal | 156 | 334 | 274 | 62 | 0 | 17 | 16 | 243 | 75 | 101 |
| Binary | 1101110 | 11011100 | 10111100 | 110010 | 0 | 1111 | 1110 | 10100011 | 111101 | 1000001 |
Color Harmonies of #6EDCBC
Complementary color
Monochromatic Colors of #6EDCBC
Black with #6EDCBC
Text Example
Text Example
White with #6EDCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDCBC; }
p { color: rgb(110,220,188); }
H1.HeaderClassName
{
color: #6EDCBC;
}
.AnyTagClassName
{
color: #6EDCBC;
}
</style>
background-color css
<style>
a { background-color: #6EDCBC; }
a { background-color: rgb(110,220,188); }
div.DivClassName
{
background-color: #6EDCBC;
}
.BgClassName
{
background-color: #6EDCBC;
}
</style>
border-color css
<style>
span { border-color: #6EDCBC; }
span { border-color: rgb(110,220,188); }
td.TdClassName
{
border-color: #6EDCBC;
}
.TagClassName
{
border-color: #6EDCBC;
}
</style>