Shades of Downy #6ECACC
Tints of Downy #6ECACC
RGB
CMYK
RGB Variations
Color information
#6ECACC (or 0x6ECACC) is known color: Downy. HEX triplet: 6E, CA and CC. RGB value is (110,202,204). Sum of RGB (Red+Green+Blue) = 110+202+204=516 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.32% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #6ECACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECACC is #913533. Grayscale: #AEAEAE. Windows color (decimal): -9516340 or 13421166. OLE color: 13421166.
HSL color Cylindrical-coordinate representation of color #6ECACC: hue angle of 181.28º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECACC is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 202 | 204 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.2 |
| HSL | 181.28º | 0.48% | 0.62% | - |
| HSV(B) | 181.28º | 0.46% | 0.8% | - |
| XYZ | 38.45 | 49.92 | 64.73 | - |
| YUV | 174.72 | 144.52 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 202 | 204 | 0.46 | 0.01 | 0 | 0.2 | 181.28 | 0.48 | 0.62 |
| Hex | 6E | CA | CC | 2E | 1 | 0 | 14 | B5 | 30 | 3E |
| Octal | 156 | 312 | 314 | 56 | 1 | 0 | 24 | 265 | 60 | 76 |
| Binary | 1101110 | 11001010 | 11001100 | 101110 | 1 | 0 | 10100 | 10110101 | 110000 | 111110 |
Color Harmonies of #6ECACC
Complementary color
Monochromatic Colors of #6ECACC
Black with #6ECACC
Text Example
Text Example
White with #6ECACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECACC; }
p { color: rgb(110,202,204); }
H1.HeaderClassName
{
color: #6ECACC;
}
.AnyTagClassName
{
color: #6ECACC;
}
</style>
background-color css
<style>
a { background-color: #6ECACC; }
a { background-color: rgb(110,202,204); }
div.DivClassName
{
background-color: #6ECACC;
}
.BgClassName
{
background-color: #6ECACC;
}
</style>
border-color css
<style>
span { border-color: #6ECACC; }
span { border-color: rgb(110,202,204); }
td.TdClassName
{
border-color: #6ECACC;
}
.TagClassName
{
border-color: #6ECACC;
}
</style>