Shades of Downy #6EC9BB
Tints of Downy #6EC9BB
RGB
CMYK
RGB Variations
Color information
#6EC9BB (or 0x6EC9BB) is known color: Downy. HEX triplet: 6E, C9 and BB. RGB value is (110,201,187). Sum of RGB (Red+Green+Blue) = 110+201+187=498 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.09% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 201 - color contains mainly: green. Hex color #6EC9BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC9BB is #913644. Grayscale: #ACACAC. Windows color (decimal): -9516613 or 12306798. OLE color: 12306798.
HSL color Cylindrical-coordinate representation of color #6EC9BB: hue angle of 170.77º 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 #6EC9BB is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 201 | 187 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.21 |
| HSL | 170.77º | 0.46% | 0.61% | - |
| HSV(B) | 170.77º | 0.45% | 0.79% | - |
| XYZ | 36.29 | 48.68 | 54.5 | - |
| YUV | 172.2 | 136.35 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 201 | 187 | 0.45 | 0 | 0.07 | 0.21 | 170.77 | 0.46 | 0.61 |
| Hex | 6E | C9 | BB | 2D | 0 | 7 | 15 | AB | 2E | 3D |
| Octal | 156 | 311 | 273 | 55 | 0 | 7 | 25 | 253 | 56 | 75 |
| Binary | 1101110 | 11001001 | 10111011 | 101101 | 0 | 111 | 10101 | 10101011 | 101110 | 111101 |
Color Harmonies of #6EC9BB
Complementary color
Monochromatic Colors of #6EC9BB
Black with #6EC9BB
Text Example
Text Example
White with #6EC9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC9BB; }
p { color: rgb(110,201,187); }
H1.HeaderClassName
{
color: #6EC9BB;
}
.AnyTagClassName
{
color: #6EC9BB;
}
</style>
background-color css
<style>
a { background-color: #6EC9BB; }
a { background-color: rgb(110,201,187); }
div.DivClassName
{
background-color: #6EC9BB;
}
.BgClassName
{
background-color: #6EC9BB;
}
</style>
border-color css
<style>
span { border-color: #6EC9BB; }
span { border-color: rgb(110,201,187); }
td.TdClassName
{
border-color: #6EC9BB;
}
.TagClassName
{
border-color: #6EC9BB;
}
</style>