Shades of Downy #6EC9B9
Tints of Downy #6EC9B9
RGB
CMYK
RGB Variations
Color information
#6EC9B9 (or 0x6EC9B9) is known color: Downy. HEX triplet: 6E, C9 and B9. RGB value is (110,201,185). Sum of RGB (Red+Green+Blue) = 110+201+185=496 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.18% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #6EC9B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC9B9 is #913646. Grayscale: #ABABAB. Windows color (decimal): -9516615 or 12175726. OLE color: 12175726.
HSL color Cylindrical-coordinate representation of color #6EC9B9: hue angle of 169.45º 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 #6EC9B9 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 201 | 185 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.21 |
| HSL | 169.45º | 0.46% | 0.61% | - |
| HSV(B) | 169.45º | 0.45% | 0.79% | - |
| XYZ | 36.07 | 48.59 | 53.38 | - |
| YUV | 171.97 | 135.35 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 201 | 185 | 0.45 | 0 | 0.08 | 0.21 | 169.45 | 0.46 | 0.61 |
| Hex | 6E | C9 | B9 | 2D | 0 | 8 | 15 | A9 | 2E | 3D |
| Octal | 156 | 311 | 271 | 55 | 0 | 10 | 25 | 251 | 56 | 75 |
| Binary | 1101110 | 11001001 | 10111001 | 101101 | 0 | 1000 | 10101 | 10101001 | 101110 | 111101 |
Color Harmonies of #6EC9B9
Complementary color
Monochromatic Colors of #6EC9B9
Black with #6EC9B9
Text Example
Text Example
White with #6EC9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC9B9; }
p { color: rgb(110,201,185); }
H1.HeaderClassName
{
color: #6EC9B9;
}
.AnyTagClassName
{
color: #6EC9B9;
}
</style>
background-color css
<style>
a { background-color: #6EC9B9; }
a { background-color: rgb(110,201,185); }
div.DivClassName
{
background-color: #6EC9B9;
}
.BgClassName
{
background-color: #6EC9B9;
}
</style>
border-color css
<style>
span { border-color: #6EC9B9; }
span { border-color: rgb(110,201,185); }
td.TdClassName
{
border-color: #6EC9B9;
}
.TagClassName
{
border-color: #6EC9B9;
}
</style>