Shades of Downy #6ECEBE
Tints of Downy #6ECEBE
RGB
CMYK
RGB Variations
Color information
#6ECEBE (or 0x6ECEBE) is known color: Downy. HEX triplet: 6E, CE and BE. RGB value is (110,206,190). Sum of RGB (Red+Green+Blue) = 110+206+190=506 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.74% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #6ECEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECEBE is #913141. Grayscale: #AFAFAF. Windows color (decimal): -9515330 or 12504686. OLE color: 12504686.
HSL color Cylindrical-coordinate representation of color #6ECEBE: hue angle of 170º 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 #6ECEBE is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 206 | 190 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.19 |
| HSL | 170º | 0.49% | 0.62% | - |
| HSV(B) | 170º | 0.47% | 0.81% | - |
| XYZ | 37.8 | 51.18 | 56.6 | - |
| YUV | 175.47 | 136.2 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 206 | 190 | 0.47 | 0 | 0.08 | 0.19 | 170 | 0.49 | 0.62 |
| Hex | 6E | CE | BE | 2F | 0 | 8 | 13 | AA | 31 | 3E |
| Octal | 156 | 316 | 276 | 57 | 0 | 10 | 23 | 252 | 61 | 76 |
| Binary | 1101110 | 11001110 | 10111110 | 101111 | 0 | 1000 | 10011 | 10101010 | 110001 | 111110 |
Color Harmonies of #6ECEBE
Complementary color
Monochromatic Colors of #6ECEBE
Black with #6ECEBE
Text Example
Text Example
White with #6ECEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECEBE; }
p { color: rgb(110,206,190); }
H1.HeaderClassName
{
color: #6ECEBE;
}
.AnyTagClassName
{
color: #6ECEBE;
}
</style>
background-color css
<style>
a { background-color: #6ECEBE; }
a { background-color: rgb(110,206,190); }
div.DivClassName
{
background-color: #6ECEBE;
}
.BgClassName
{
background-color: #6ECEBE;
}
</style>
border-color css
<style>
span { border-color: #6ECEBE; }
span { border-color: rgb(110,206,190); }
td.TdClassName
{
border-color: #6ECEBE;
}
.TagClassName
{
border-color: #6ECEBE;
}
</style>