Shades of Downy #6EEBC3
Tints of Downy #6EEBC3
RGB
CMYK
RGB Variations
Color information
#6EEBC3 (or 0x6EEBC3) is known color: Downy. HEX triplet: 6E, EB and C3. RGB value is (110,235,195). Sum of RGB (Red+Green+Blue) = 110+235+195=540 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.37% from 540); Green value is 235 (92.19% from 255 or 43.52% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 235 - color contains mainly: green. Hex color #6EEBC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEBC3 is #91143C. Grayscale: #C1C1C1. Windows color (decimal): -9507901 or 12839790. OLE color: 12839790.
HSL color Cylindrical-coordinate representation of color #6EEBC3: hue angle of 160.8º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EEBC3 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 235 | 195 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.08 |
| HSL | 160.8º | 0.76% | 0.68% | - |
| HSV(B) | 160.8º | 0.53% | 0.92% | - |
| XYZ | 45.99 | 66.67 | 62.07 | - |
| YUV | 193.07 | 129.09 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 235 | 195 | 0.53 | 0 | 0.17 | 0.08 | 160.8 | 0.76 | 0.68 |
| Hex | 6E | EB | C3 | 35 | 0 | 11 | 8 | A1 | 4C | 44 |
| Octal | 156 | 353 | 303 | 65 | 0 | 21 | 10 | 241 | 114 | 104 |
| Binary | 1101110 | 11101011 | 11000011 | 110101 | 0 | 10001 | 1000 | 10100001 | 1001100 | 1000100 |
Color Harmonies of #6EEBC3
Complementary color
Monochromatic Colors of #6EEBC3
Black with #6EEBC3
Text Example
Text Example
White with #6EEBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEBC3; }
p { color: rgb(110,235,195); }
H1.HeaderClassName
{
color: #6EEBC3;
}
.AnyTagClassName
{
color: #6EEBC3;
}
</style>
background-color css
<style>
a { background-color: #6EEBC3; }
a { background-color: rgb(110,235,195); }
div.DivClassName
{
background-color: #6EEBC3;
}
.BgClassName
{
background-color: #6EEBC3;
}
</style>
border-color css
<style>
span { border-color: #6EEBC3; }
span { border-color: rgb(110,235,195); }
td.TdClassName
{
border-color: #6EEBC3;
}
.TagClassName
{
border-color: #6EEBC3;
}
</style>