Shades of Downy #6ECEBF
Tints of Downy #6ECEBF
RGB
CMYK
RGB Variations
Color information
#6ECEBF (or 0x6ECEBF) is known color: Downy. HEX triplet: 6E, CE and BF. RGB value is (110,206,191). Sum of RGB (Red+Green+Blue) = 110+206+191=507 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.70% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #6ECEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECEBF is #913140. Grayscale: #AFAFAF. Windows color (decimal): -9515329 or 12570222. OLE color: 12570222.
HSL color Cylindrical-coordinate representation of color #6ECEBF: hue angle of 170.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ECEBF is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 206 | 191 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.19 |
| HSL | 170.63º | 0.49% | 0.62% | - |
| HSV(B) | 170.63º | 0.47% | 0.81% | - |
| XYZ | 37.91 | 51.22 | 57.18 | - |
| YUV | 175.59 | 136.7 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 206 | 191 | 0.47 | 0 | 0.07 | 0.19 | 170.63 | 0.49 | 0.62 |
| Hex | 6E | CE | BF | 2F | 0 | 7 | 13 | AB | 31 | 3E |
| Octal | 156 | 316 | 277 | 57 | 0 | 7 | 23 | 253 | 61 | 76 |
| Binary | 1101110 | 11001110 | 10111111 | 101111 | 0 | 111 | 10011 | 10101011 | 110001 | 111110 |
Color Harmonies of #6ECEBF
Complementary color
Monochromatic Colors of #6ECEBF
Black with #6ECEBF
Text Example
Text Example
White with #6ECEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECEBF; }
p { color: rgb(110,206,191); }
H1.HeaderClassName
{
color: #6ECEBF;
}
.AnyTagClassName
{
color: #6ECEBF;
}
</style>
background-color css
<style>
a { background-color: #6ECEBF; }
a { background-color: rgb(110,206,191); }
div.DivClassName
{
background-color: #6ECEBF;
}
.BgClassName
{
background-color: #6ECEBF;
}
</style>
border-color css
<style>
span { border-color: #6ECEBF; }
span { border-color: rgb(110,206,191); }
td.TdClassName
{
border-color: #6ECEBF;
}
.TagClassName
{
border-color: #6ECEBF;
}
</style>