Shades of Downy #6EC9BC
Tints of Downy #6EC9BC
RGB
CMYK
RGB Variations
Color information
#6EC9BC (or 0x6EC9BC) is known color: Downy. HEX triplet: 6E, C9 and BC. RGB value is (110,201,188). Sum of RGB (Red+Green+Blue) = 110+201+188=499 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22.04% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 201 - color contains mainly: green. Hex color #6EC9BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC9BC is #913643. Grayscale: #ACACAC. Windows color (decimal): -9516612 or 12372334. OLE color: 12372334.
HSL color Cylindrical-coordinate representation of color #6EC9BC: hue angle of 171.43º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6EC9BC is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 201 | 188 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.21 |
| HSL | 171.43º | 0.46% | 0.61% | - |
| HSV(B) | 171.43º | 0.45% | 0.79% | - |
| XYZ | 36.39 | 48.72 | 55.06 | - |
| YUV | 172.31 | 136.85 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 201 | 188 | 0.45 | 0 | 0.06 | 0.21 | 171.43 | 0.46 | 0.61 |
| Hex | 6E | C9 | BC | 2D | 0 | 6 | 15 | AB | 2E | 3D |
| Octal | 156 | 311 | 274 | 55 | 0 | 6 | 25 | 253 | 56 | 75 |
| Binary | 1101110 | 11001001 | 10111100 | 101101 | 0 | 110 | 10101 | 10101011 | 101110 | 111101 |
Color Harmonies of #6EC9BC
Complementary color
Monochromatic Colors of #6EC9BC
Black with #6EC9BC
Text Example
Text Example
White with #6EC9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC9BC; }
p { color: rgb(110,201,188); }
H1.HeaderClassName
{
color: #6EC9BC;
}
.AnyTagClassName
{
color: #6EC9BC;
}
</style>
background-color css
<style>
a { background-color: #6EC9BC; }
a { background-color: rgb(110,201,188); }
div.DivClassName
{
background-color: #6EC9BC;
}
.BgClassName
{
background-color: #6EC9BC;
}
</style>
border-color css
<style>
span { border-color: #6EC9BC; }
span { border-color: rgb(110,201,188); }
td.TdClassName
{
border-color: #6EC9BC;
}
.TagClassName
{
border-color: #6EC9BC;
}
</style>