Shades of Downy #6ECBBA
Tints of Downy #6ECBBA
RGB
CMYK
RGB Variations
Color information
#6ECBBA (or 0x6ECBBA) is known color: Downy. HEX triplet: 6E, CB and BA. RGB value is (110,203,186). Sum of RGB (Red+Green+Blue) = 110+203+186=499 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22.04% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 203 - color contains mainly: green. Hex color #6ECBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECBBA is #913445. Grayscale: #ADADAD. Windows color (decimal): -9516102 or 12241774. OLE color: 12241774.
HSL color Cylindrical-coordinate representation of color #6ECBBA: hue angle of 169.03º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECBBA is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 203 | 186 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.20 |
| HSL | 169.03º | 0.47% | 0.61% | - |
| HSV(B) | 169.03º | 0.46% | 0.8% | - |
| XYZ | 36.65 | 49.57 | 54.09 | - |
| YUV | 173.26 | 135.19 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 203 | 186 | 0.46 | 0 | 0.08 | 0.20 | 169.03 | 0.47 | 0.61 |
| Hex | 6E | CB | BA | 2E | 0 | 8 | 14 | A9 | 2F | 3D |
| Octal | 156 | 313 | 272 | 56 | 0 | 10 | 24 | 251 | 57 | 75 |
| Binary | 1101110 | 11001011 | 10111010 | 101110 | 0 | 1000 | 10100 | 10101001 | 101111 | 111101 |
Color Harmonies of #6ECBBA
Complementary color
Monochromatic Colors of #6ECBBA
Black with #6ECBBA
Text Example
Text Example
White with #6ECBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECBBA; }
p { color: rgb(110,203,186); }
H1.HeaderClassName
{
color: #6ECBBA;
}
.AnyTagClassName
{
color: #6ECBBA;
}
</style>
background-color css
<style>
a { background-color: #6ECBBA; }
a { background-color: rgb(110,203,186); }
div.DivClassName
{
background-color: #6ECBBA;
}
.BgClassName
{
background-color: #6ECBBA;
}
</style>
border-color css
<style>
span { border-color: #6ECBBA; }
span { border-color: rgb(110,203,186); }
td.TdClassName
{
border-color: #6ECBBA;
}
.TagClassName
{
border-color: #6ECBBA;
}
</style>