Shades of Downy #6ECEC3
Tints of Downy #6ECEC3
RGB
CMYK
RGB Variations
Color information
#6ECEC3 (or 0x6ECEC3) is known color: Downy. HEX triplet: 6E, CE and C3. RGB value is (110,206,195). Sum of RGB (Red+Green+Blue) = 110+206+195=511 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.53% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #6ECEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECEC3 is #91313C. Grayscale: #AFAFAF. Windows color (decimal): -9515325 or 12832366. OLE color: 12832366.
HSL color Cylindrical-coordinate representation of color #6ECEC3: hue angle of 173.12º 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 #6ECEC3 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 206 | 195 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.19 |
| HSL | 173.13º | 0.49% | 0.62% | - |
| HSV(B) | 173.13º | 0.47% | 0.81% | - |
| XYZ | 38.35 | 51.4 | 59.53 | - |
| YUV | 176.04 | 138.7 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 206 | 195 | 0.47 | 0 | 0.05 | 0.19 | 173.13 | 0.49 | 0.62 |
| Hex | 6E | CE | C3 | 2F | 0 | 5 | 13 | AD | 31 | 3E |
| Octal | 156 | 316 | 303 | 57 | 0 | 5 | 23 | 255 | 61 | 76 |
| Binary | 1101110 | 11001110 | 11000011 | 101111 | 0 | 101 | 10011 | 10101101 | 110001 | 111110 |
Color Harmonies of #6ECEC3
Complementary color
Monochromatic Colors of #6ECEC3
Black with #6ECEC3
Text Example
Text Example
White with #6ECEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECEC3; }
p { color: rgb(110,206,195); }
H1.HeaderClassName
{
color: #6ECEC3;
}
.AnyTagClassName
{
color: #6ECEC3;
}
</style>
background-color css
<style>
a { background-color: #6ECEC3; }
a { background-color: rgb(110,206,195); }
div.DivClassName
{
background-color: #6ECEC3;
}
.BgClassName
{
background-color: #6ECEC3;
}
</style>
border-color css
<style>
span { border-color: #6ECEC3; }
span { border-color: rgb(110,206,195); }
td.TdClassName
{
border-color: #6ECEC3;
}
.TagClassName
{
border-color: #6ECEC3;
}
</style>