Shades of Downy #6EC8B9
Tints of Downy #6EC8B9
RGB
CMYK
RGB Variations
Color information
#6EC8B9 (or 0x6EC8B9) is known color: Downy. HEX triplet: 6E, C8 and B9. RGB value is (110,200,185). Sum of RGB (Red+Green+Blue) = 110+200+185=495 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.22% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 200 - color contains mainly: green. Hex color #6EC8B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC8B9 is #913746. Grayscale: #ABABAB. Windows color (decimal): -9516871 or 12175470. OLE color: 12175470.
HSL color Cylindrical-coordinate representation of color #6EC8B9: hue angle of 170º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6EC8B9 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 200 | 185 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.22 |
| HSL | 170º | 0.45% | 0.61% | - |
| HSV(B) | 170º | 0.45% | 0.78% | - |
| XYZ | 35.84 | 48.13 | 53.3 | - |
| YUV | 171.38 | 135.68 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 200 | 185 | 0.45 | 0 | 0.08 | 0.22 | 170 | 0.45 | 0.61 |
| Hex | 6E | C8 | B9 | 2D | 0 | 8 | 16 | AA | 2D | 3D |
| Octal | 156 | 310 | 271 | 55 | 0 | 10 | 26 | 252 | 55 | 75 |
| Binary | 1101110 | 11001000 | 10111001 | 101101 | 0 | 1000 | 10110 | 10101010 | 101101 | 111101 |
Color Harmonies of #6EC8B9
Complementary color
Monochromatic Colors of #6EC8B9
Black with #6EC8B9
Text Example
Text Example
White with #6EC8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC8B9; }
p { color: rgb(110,200,185); }
H1.HeaderClassName
{
color: #6EC8B9;
}
.AnyTagClassName
{
color: #6EC8B9;
}
</style>
background-color css
<style>
a { background-color: #6EC8B9; }
a { background-color: rgb(110,200,185); }
div.DivClassName
{
background-color: #6EC8B9;
}
.BgClassName
{
background-color: #6EC8B9;
}
</style>
border-color css
<style>
span { border-color: #6EC8B9; }
span { border-color: rgb(110,200,185); }
td.TdClassName
{
border-color: #6EC8B9;
}
.TagClassName
{
border-color: #6EC8B9;
}
</style>