Shades of Downy #6ED2C7
Tints of Downy #6ED2C7
RGB
CMYK
RGB Variations
Color information
#6ED2C7 (or 0x6ED2C7) is known color: Downy. HEX triplet: 6E, D2 and C7. RGB value is (110,210,199). Sum of RGB (Red+Green+Blue) = 110+210+199=519 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.19% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 210 - color contains mainly: green. Hex color #6ED2C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED2C7 is #912D38. Grayscale: #B2B2B2. Windows color (decimal): -9514297 or 13095534. OLE color: 13095534.
HSL color Cylindrical-coordinate representation of color #6ED2C7: hue angle of 173.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED2C7 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 210 | 199 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.18 |
| HSL | 173.4º | 0.53% | 0.63% | - |
| HSV(B) | 173.4º | 0.48% | 0.82% | - |
| XYZ | 39.79 | 53.53 | 62.27 | - |
| YUV | 178.85 | 139.37 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 210 | 199 | 0.48 | 0 | 0.05 | 0.18 | 173.4 | 0.53 | 0.63 |
| Hex | 6E | D2 | C7 | 30 | 0 | 5 | 12 | AD | 35 | 3F |
| Octal | 156 | 322 | 307 | 60 | 0 | 5 | 22 | 255 | 65 | 77 |
| Binary | 1101110 | 11010010 | 11000111 | 110000 | 0 | 101 | 10010 | 10101101 | 110101 | 111111 |
Color Harmonies of #6ED2C7
Complementary color
Monochromatic Colors of #6ED2C7
Black with #6ED2C7
Text Example
Text Example
White with #6ED2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED2C7; }
p { color: rgb(110,210,199); }
H1.HeaderClassName
{
color: #6ED2C7;
}
.AnyTagClassName
{
color: #6ED2C7;
}
</style>
background-color css
<style>
a { background-color: #6ED2C7; }
a { background-color: rgb(110,210,199); }
div.DivClassName
{
background-color: #6ED2C7;
}
.BgClassName
{
background-color: #6ED2C7;
}
</style>
border-color css
<style>
span { border-color: #6ED2C7; }
span { border-color: rgb(110,210,199); }
td.TdClassName
{
border-color: #6ED2C7;
}
.TagClassName
{
border-color: #6ED2C7;
}
</style>