Shades of Downy #6ECABF
Tints of Downy #6ECABF
RGB
CMYK
RGB Variations
Color information
#6ECABF (or 0x6ECABF) is known color: Downy. HEX triplet: 6E, CA and BF. RGB value is (110,202,191). Sum of RGB (Red+Green+Blue) = 110+202+191=503 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.87% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #6ECABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECABF is #913540. Grayscale: #ADADAD. Windows color (decimal): -9516353 or 12569198. OLE color: 12569198.
HSL color Cylindrical-coordinate representation of color #6ECABF: hue angle of 172.83º 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 #6ECABF is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 202 | 191 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.21 |
| HSL | 172.83º | 0.46% | 0.61% | - |
| HSV(B) | 172.83º | 0.46% | 0.79% | - |
| XYZ | 36.95 | 49.32 | 56.86 | - |
| YUV | 173.24 | 138.02 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 202 | 191 | 0.46 | 0 | 0.05 | 0.21 | 172.83 | 0.46 | 0.61 |
| Hex | 6E | CA | BF | 2E | 0 | 5 | 15 | AD | 2E | 3D |
| Octal | 156 | 312 | 277 | 56 | 0 | 5 | 25 | 255 | 56 | 75 |
| Binary | 1101110 | 11001010 | 10111111 | 101110 | 0 | 101 | 10101 | 10101101 | 101110 | 111101 |
Color Harmonies of #6ECABF
Complementary color
Monochromatic Colors of #6ECABF
Black with #6ECABF
Text Example
Text Example
White with #6ECABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECABF; }
p { color: rgb(110,202,191); }
H1.HeaderClassName
{
color: #6ECABF;
}
.AnyTagClassName
{
color: #6ECABF;
}
</style>
background-color css
<style>
a { background-color: #6ECABF; }
a { background-color: rgb(110,202,191); }
div.DivClassName
{
background-color: #6ECABF;
}
.BgClassName
{
background-color: #6ECABF;
}
</style>
border-color css
<style>
span { border-color: #6ECABF; }
span { border-color: rgb(110,202,191); }
td.TdClassName
{
border-color: #6ECABF;
}
.TagClassName
{
border-color: #6ECABF;
}
</style>