Shades of Downy #6ECAC4
Tints of Downy #6ECAC4
RGB
CMYK
RGB Variations
Color information
#6ECAC4 (or 0x6ECAC4) is known color: Downy. HEX triplet: 6E, CA and C4. RGB value is (110,202,196). Sum of RGB (Red+Green+Blue) = 110+202+196=508 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.65% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 202 - color contains mainly: green. Hex color #6ECAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECAC4 is #91353B. Grayscale: #ADADAD. Windows color (decimal): -9516348 or 12896878. OLE color: 12896878.
HSL color Cylindrical-coordinate representation of color #6ECAC4: hue angle of 176.09º 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 #6ECAC4 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 202 | 196 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.21 |
| HSL | 176.09º | 0.46% | 0.61% | - |
| HSV(B) | 176.09º | 0.46% | 0.79% | - |
| XYZ | 37.51 | 49.54 | 59.81 | - |
| YUV | 173.81 | 140.52 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 202 | 196 | 0.46 | 0 | 0.03 | 0.21 | 176.09 | 0.46 | 0.61 |
| Hex | 6E | CA | C4 | 2E | 0 | 3 | 15 | B0 | 2E | 3D |
| Octal | 156 | 312 | 304 | 56 | 0 | 3 | 25 | 260 | 56 | 75 |
| Binary | 1101110 | 11001010 | 11000100 | 101110 | 0 | 11 | 10101 | 10110000 | 101110 | 111101 |
Color Harmonies of #6ECAC4
Complementary color
Monochromatic Colors of #6ECAC4
Black with #6ECAC4
Text Example
Text Example
White with #6ECAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECAC4; }
p { color: rgb(110,202,196); }
H1.HeaderClassName
{
color: #6ECAC4;
}
.AnyTagClassName
{
color: #6ECAC4;
}
</style>
background-color css
<style>
a { background-color: #6ECAC4; }
a { background-color: rgb(110,202,196); }
div.DivClassName
{
background-color: #6ECAC4;
}
.BgClassName
{
background-color: #6ECAC4;
}
</style>
border-color css
<style>
span { border-color: #6ECAC4; }
span { border-color: rgb(110,202,196); }
td.TdClassName
{
border-color: #6ECAC4;
}
.TagClassName
{
border-color: #6ECAC4;
}
</style>