Shades of Downy #6ECCBB
Tints of Downy #6ECCBB
RGB
CMYK
RGB Variations
Color information
#6ECCBB (or 0x6ECCBB) is known color: Downy. HEX triplet: 6E, CC and BB. RGB value is (110,204,187). Sum of RGB (Red+Green+Blue) = 110+204+187=501 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.96% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECCBB is #913344. Grayscale: #ADADAD. Windows color (decimal): -9515845 or 12307566. OLE color: 12307566.
HSL color Cylindrical-coordinate representation of color #6ECCBB: hue angle of 169.15º 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 #6ECCBB is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 204 | 187 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.2 |
| HSL | 169.15º | 0.48% | 0.62% | - |
| HSV(B) | 169.15º | 0.46% | 0.8% | - |
| XYZ | 36.99 | 50.09 | 54.73 | - |
| YUV | 173.96 | 135.36 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 187 | 0.46 | 0 | 0.08 | 0.2 | 169.15 | 0.48 | 0.62 |
| Hex | 6E | CC | BB | 2E | 0 | 8 | 14 | A9 | 30 | 3E |
| Octal | 156 | 314 | 273 | 56 | 0 | 10 | 24 | 251 | 60 | 76 |
| Binary | 1101110 | 11001100 | 10111011 | 101110 | 0 | 1000 | 10100 | 10101001 | 110000 | 111110 |
Color Harmonies of #6ECCBB
Complementary color
Monochromatic Colors of #6ECCBB
Black with #6ECCBB
Text Example
Text Example
White with #6ECCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECCBB; }
p { color: rgb(110,204,187); }
H1.HeaderClassName
{
color: #6ECCBB;
}
.AnyTagClassName
{
color: #6ECCBB;
}
</style>
background-color css
<style>
a { background-color: #6ECCBB; }
a { background-color: rgb(110,204,187); }
div.DivClassName
{
background-color: #6ECCBB;
}
.BgClassName
{
background-color: #6ECCBB;
}
</style>
border-color css
<style>
span { border-color: #6ECCBB; }
span { border-color: rgb(110,204,187); }
td.TdClassName
{
border-color: #6ECCBB;
}
.TagClassName
{
border-color: #6ECCBB;
}
</style>