Shades of Downy #6EDDC7
Tints of Downy #6EDDC7
RGB
CMYK
RGB Variations
Color information
#6EDDC7 (or 0x6EDDC7) is known color: Downy. HEX triplet: 6E, DD and C7. RGB value is (110,221,199). Sum of RGB (Red+Green+Blue) = 110+221+199=530 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.75% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 199 (78.12% from 255 or 37.55% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDDC7 is #912238. Grayscale: #B9B9B9. Windows color (decimal): -9511481 or 13098350. OLE color: 13098350.
HSL color Cylindrical-coordinate representation of color #6EDDC7: hue angle of 168.11º 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 #6EDDC7 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 221 | 199 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.13 |
| HSL | 168.11º | 0.62% | 0.65% | - |
| HSV(B) | 168.11º | 0.5% | 0.87% | - |
| XYZ | 42.6 | 59.15 | 63.21 | - |
| YUV | 185.3 | 135.73 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 221 | 199 | 0.50 | 0 | 0.10 | 0.13 | 168.11 | 0.62 | 0.65 |
| Hex | 6E | DD | C7 | 32 | 0 | A | D | A8 | 3E | 41 |
| Octal | 156 | 335 | 307 | 62 | 0 | 12 | 15 | 250 | 76 | 101 |
| Binary | 1101110 | 11011101 | 11000111 | 110010 | 0 | 1010 | 1101 | 10101000 | 111110 | 1000001 |
Color Harmonies of #6EDDC7
Complementary color
Monochromatic Colors of #6EDDC7
Black with #6EDDC7
Text Example
Text Example
White with #6EDDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDDC7; }
p { color: rgb(110,221,199); }
H1.HeaderClassName
{
color: #6EDDC7;
}
.AnyTagClassName
{
color: #6EDDC7;
}
</style>
background-color css
<style>
a { background-color: #6EDDC7; }
a { background-color: rgb(110,221,199); }
div.DivClassName
{
background-color: #6EDDC7;
}
.BgClassName
{
background-color: #6EDDC7;
}
</style>
border-color css
<style>
span { border-color: #6EDDC7; }
span { border-color: rgb(110,221,199); }
td.TdClassName
{
border-color: #6EDDC7;
}
.TagClassName
{
border-color: #6EDDC7;
}
</style>