Shades of Downy #6EDDCE
Tints of Downy #6EDDCE
RGB
CMYK
RGB Variations
Color information
#6EDDCE (or 0x6EDDCE) is known color: Downy. HEX triplet: 6E, DD and CE. RGB value is (110,221,206). Sum of RGB (Red+Green+Blue) = 110+221+206=537 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.48% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDDCE is #912231. Grayscale: #BABABA. Windows color (decimal): -9511474 or 13557102. OLE color: 13557102.
HSL color Cylindrical-coordinate representation of color #6EDDCE: hue angle of 171.89º 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 #6EDDCE is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 221 | 206 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.13 |
| HSL | 171.89º | 0.62% | 0.65% | - |
| HSV(B) | 171.89º | 0.5% | 0.87% | - |
| XYZ | 43.43 | 59.48 | 67.59 | - |
| YUV | 186.1 | 139.23 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 221 | 206 | 0.50 | 0 | 0.07 | 0.13 | 171.89 | 0.62 | 0.65 |
| Hex | 6E | DD | CE | 32 | 0 | 7 | D | AC | 3E | 41 |
| Octal | 156 | 335 | 316 | 62 | 0 | 7 | 15 | 254 | 76 | 101 |
| Binary | 1101110 | 11011101 | 11001110 | 110010 | 0 | 111 | 1101 | 10101100 | 111110 | 1000001 |
Color Harmonies of #6EDDCE
Complementary color
Monochromatic Colors of #6EDDCE
Black with #6EDDCE
Text Example
Text Example
White with #6EDDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDDCE; }
p { color: rgb(110,221,206); }
H1.HeaderClassName
{
color: #6EDDCE;
}
.AnyTagClassName
{
color: #6EDDCE;
}
</style>
background-color css
<style>
a { background-color: #6EDDCE; }
a { background-color: rgb(110,221,206); }
div.DivClassName
{
background-color: #6EDDCE;
}
.BgClassName
{
background-color: #6EDDCE;
}
</style>
border-color css
<style>
span { border-color: #6EDDCE; }
span { border-color: rgb(110,221,206); }
td.TdClassName
{
border-color: #6EDDCE;
}
.TagClassName
{
border-color: #6EDDCE;
}
</style>