Shades of Downy #6ECAB5
Tints of Downy #6ECAB5
RGB
CMYK
RGB Variations
Color information
#6ECAB5 (or 0x6ECAB5) is known color: Downy. HEX triplet: 6E, CA and B5. RGB value is (110,202,181). Sum of RGB (Red+Green+Blue) = 110+202+181=493 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.31% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #6ECAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECAB5 is #91354A. Grayscale: #ACACAC. Windows color (decimal): -9516363 or 11913838. OLE color: 11913838.
HSL color Cylindrical-coordinate representation of color #6ECAB5: hue angle of 166.3º 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 #6ECAB5 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 202 | 181 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.21 |
| HSL | 166.3º | 0.46% | 0.61% | - |
| HSV(B) | 166.3º | 0.46% | 0.79% | - |
| XYZ | 35.89 | 48.89 | 51.26 | - |
| YUV | 172.1 | 133.02 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 202 | 181 | 0.46 | 0 | 0.10 | 0.21 | 166.3 | 0.46 | 0.61 |
| Hex | 6E | CA | B5 | 2E | 0 | A | 15 | A6 | 2E | 3D |
| Octal | 156 | 312 | 265 | 56 | 0 | 12 | 25 | 246 | 56 | 75 |
| Binary | 1101110 | 11001010 | 10110101 | 101110 | 0 | 1010 | 10101 | 10100110 | 101110 | 111101 |
Color Harmonies of #6ECAB5
Complementary color
Monochromatic Colors of #6ECAB5
Black with #6ECAB5
Text Example
Text Example
White with #6ECAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECAB5; }
p { color: rgb(110,202,181); }
H1.HeaderClassName
{
color: #6ECAB5;
}
.AnyTagClassName
{
color: #6ECAB5;
}
</style>
background-color css
<style>
a { background-color: #6ECAB5; }
a { background-color: rgb(110,202,181); }
div.DivClassName
{
background-color: #6ECAB5;
}
.BgClassName
{
background-color: #6ECAB5;
}
</style>
border-color css
<style>
span { border-color: #6ECAB5; }
span { border-color: rgb(110,202,181); }
td.TdClassName
{
border-color: #6ECAB5;
}
.TagClassName
{
border-color: #6ECAB5;
}
</style>