Shades of Downy #6ECAC6
Tints of Downy #6ECAC6
RGB
CMYK
RGB Variations
Color information
#6ECAC6 (or 0x6ECAC6) is known color: Downy. HEX triplet: 6E, CA and C6. RGB value is (110,202,198). Sum of RGB (Red+Green+Blue) = 110+202+198=510 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.57% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #6ECAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECAC6 is #913539. Grayscale: #ADADAD. Windows color (decimal): -9516346 or 13027950. OLE color: 13027950.
HSL color Cylindrical-coordinate representation of color #6ECAC6: hue angle of 177.39º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECAC6 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 202 | 198 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.21 |
| HSL | 177.39º | 0.46% | 0.61% | - |
| HSV(B) | 177.39º | 0.46% | 0.79% | - |
| XYZ | 37.74 | 49.63 | 61.02 | - |
| YUV | 174.04 | 141.52 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 202 | 198 | 0.46 | 0 | 0.02 | 0.21 | 177.39 | 0.46 | 0.61 |
| Hex | 6E | CA | C6 | 2E | 0 | 2 | 15 | B1 | 2E | 3D |
| Octal | 156 | 312 | 306 | 56 | 0 | 2 | 25 | 261 | 56 | 75 |
| Binary | 1101110 | 11001010 | 11000110 | 101110 | 0 | 10 | 10101 | 10110001 | 101110 | 111101 |
Color Harmonies of #6ECAC6
Complementary color
Monochromatic Colors of #6ECAC6
Black with #6ECAC6
Text Example
Text Example
White with #6ECAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECAC6; }
p { color: rgb(110,202,198); }
H1.HeaderClassName
{
color: #6ECAC6;
}
.AnyTagClassName
{
color: #6ECAC6;
}
</style>
background-color css
<style>
a { background-color: #6ECAC6; }
a { background-color: rgb(110,202,198); }
div.DivClassName
{
background-color: #6ECAC6;
}
.BgClassName
{
background-color: #6ECAC6;
}
</style>
border-color css
<style>
span { border-color: #6ECAC6; }
span { border-color: rgb(110,202,198); }
td.TdClassName
{
border-color: #6ECAC6;
}
.TagClassName
{
border-color: #6ECAC6;
}
</style>