Shades of Downy #6ECEC2
Tints of Downy #6ECEC2
RGB
CMYK
RGB Variations
Color information
#6ECEC2 (or 0x6ECEC2) is known color: Downy. HEX triplet: 6E, CE and C2. RGB value is (110,206,194). Sum of RGB (Red+Green+Blue) = 110+206+194=510 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.57% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #6ECEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECEC2 is #91313D. Grayscale: #AFAFAF. Windows color (decimal): -9515326 or 12766830. OLE color: 12766830.
HSL color Cylindrical-coordinate representation of color #6ECEC2: hue angle of 172.5º 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 #6ECEC2 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 206 | 194 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.19 |
| HSL | 172.5º | 0.49% | 0.62% | - |
| HSV(B) | 172.5º | 0.47% | 0.81% | - |
| XYZ | 38.24 | 51.35 | 58.94 | - |
| YUV | 175.93 | 138.2 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 206 | 194 | 0.47 | 0 | 0.06 | 0.19 | 172.5 | 0.49 | 0.62 |
| Hex | 6E | CE | C2 | 2F | 0 | 6 | 13 | AC | 31 | 3E |
| Octal | 156 | 316 | 302 | 57 | 0 | 6 | 23 | 254 | 61 | 76 |
| Binary | 1101110 | 11001110 | 11000010 | 101111 | 0 | 110 | 10011 | 10101100 | 110001 | 111110 |
Color Harmonies of #6ECEC2
Complementary color
Monochromatic Colors of #6ECEC2
Black with #6ECEC2
Text Example
Text Example
White with #6ECEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECEC2; }
p { color: rgb(110,206,194); }
H1.HeaderClassName
{
color: #6ECEC2;
}
.AnyTagClassName
{
color: #6ECEC2;
}
</style>
background-color css
<style>
a { background-color: #6ECEC2; }
a { background-color: rgb(110,206,194); }
div.DivClassName
{
background-color: #6ECEC2;
}
.BgClassName
{
background-color: #6ECEC2;
}
</style>
border-color css
<style>
span { border-color: #6ECEC2; }
span { border-color: rgb(110,206,194); }
td.TdClassName
{
border-color: #6ECEC2;
}
.TagClassName
{
border-color: #6ECEC2;
}
</style>