Shades of Downy #6EC3BC
Tints of Downy #6EC3BC
RGB
CMYK
RGB Variations
Color information
#6EC3BC (or 0x6EC3BC) is known color: Downy. HEX triplet: 6E, C3 and BC. RGB value is (110,195,188). Sum of RGB (Red+Green+Blue) = 110+195+188=493 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.31% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 195 - color contains mainly: green. Hex color #6EC3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC3BC is #913C43. Grayscale: #A8A8A8. Windows color (decimal): -9518148 or 12370798. OLE color: 12370798.
HSL color Cylindrical-coordinate representation of color #6EC3BC: hue angle of 175.06º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6EC3BC is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 195 | 188 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.24 |
| HSL | 175.06º | 0.41% | 0.6% | - |
| HSV(B) | 175.06º | 0.44% | 0.76% | - |
| XYZ | 35.02 | 45.98 | 54.61 | - |
| YUV | 168.79 | 138.84 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 195 | 188 | 0.44 | 0 | 0.04 | 0.24 | 175.06 | 0.41 | 0.6 |
| Hex | 6E | C3 | BC | 2C | 0 | 4 | 18 | AF | 29 | 3C |
| Octal | 156 | 303 | 274 | 54 | 0 | 4 | 30 | 257 | 51 | 74 |
| Binary | 1101110 | 11000011 | 10111100 | 101100 | 0 | 100 | 11000 | 10101111 | 101001 | 111100 |
Color Harmonies of #6EC3BC
Complementary color
Monochromatic Colors of #6EC3BC
Black with #6EC3BC
Text Example
Text Example
White with #6EC3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC3BC; }
p { color: rgb(110,195,188); }
H1.HeaderClassName
{
color: #6EC3BC;
}
.AnyTagClassName
{
color: #6EC3BC;
}
</style>
background-color css
<style>
a { background-color: #6EC3BC; }
a { background-color: rgb(110,195,188); }
div.DivClassName
{
background-color: #6EC3BC;
}
.BgClassName
{
background-color: #6EC3BC;
}
</style>
border-color css
<style>
span { border-color: #6EC3BC; }
span { border-color: rgb(110,195,188); }
td.TdClassName
{
border-color: #6EC3BC;
}
.TagClassName
{
border-color: #6EC3BC;
}
</style>