Shades of Downy #6ECECB
Tints of Downy #6ECECB
RGB
CMYK
RGB Variations
Color information
#6ECECB (or 0x6ECECB) is known color: Downy. HEX triplet: 6E, CE and CB. RGB value is (110,206,203). Sum of RGB (Red+Green+Blue) = 110+206+203=519 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.19% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #6ECECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECECB is #913134. Grayscale: #B0B0B0. Windows color (decimal): -9515317 or 13356654. OLE color: 13356654.
HSL color Cylindrical-coordinate representation of color #6ECECB: hue angle of 178.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 #6ECECB is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 206 | 203 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.19 |
| HSL | 178.13º | 0.49% | 0.62% | - |
| HSV(B) | 178.13º | 0.47% | 0.81% | - |
| XYZ | 39.28 | 51.77 | 64.42 | - |
| YUV | 176.95 | 142.7 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 206 | 203 | 0.47 | 0 | 0.01 | 0.19 | 178.13 | 0.49 | 0.62 |
| Hex | 6E | CE | CB | 2F | 0 | 1 | 13 | B2 | 31 | 3E |
| Octal | 156 | 316 | 313 | 57 | 0 | 1 | 23 | 262 | 61 | 76 |
| Binary | 1101110 | 11001110 | 11001011 | 101111 | 0 | 1 | 10011 | 10110010 | 110001 | 111110 |
Color Harmonies of #6ECECB
Complementary color
Monochromatic Colors of #6ECECB
Black with #6ECECB
Text Example
Text Example
White with #6ECECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECECB; }
p { color: rgb(110,206,203); }
H1.HeaderClassName
{
color: #6ECECB;
}
.AnyTagClassName
{
color: #6ECECB;
}
</style>
background-color css
<style>
a { background-color: #6ECECB; }
a { background-color: rgb(110,206,203); }
div.DivClassName
{
background-color: #6ECECB;
}
.BgClassName
{
background-color: #6ECECB;
}
</style>
border-color css
<style>
span { border-color: #6ECECB; }
span { border-color: rgb(110,206,203); }
td.TdClassName
{
border-color: #6ECECB;
}
.TagClassName
{
border-color: #6ECECB;
}
</style>