Shades of Downy #6ECCB7
Tints of Downy #6ECCB7
RGB
CMYK
RGB Variations
Color information
#6ECCB7 (or 0x6ECCB7) is known color: Downy. HEX triplet: 6E, CC and B7. RGB value is (110,204,183). Sum of RGB (Red+Green+Blue) = 110+204+183=497 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.13% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECCB7 is #913348. Grayscale: #ADADAD. Windows color (decimal): -9515849 or 12045422. OLE color: 12045422.
HSL color Cylindrical-coordinate representation of color #6ECCB7: hue angle of 166.6º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECCB7 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 204 | 183 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.2 |
| HSL | 166.6º | 0.48% | 0.62% | - |
| HSV(B) | 166.6º | 0.46% | 0.8% | - |
| XYZ | 36.57 | 49.92 | 52.51 | - |
| YUV | 173.5 | 133.36 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 183 | 0.46 | 0 | 0.10 | 0.2 | 166.6 | 0.48 | 0.62 |
| Hex | 6E | CC | B7 | 2E | 0 | A | 14 | A7 | 30 | 3E |
| Octal | 156 | 314 | 267 | 56 | 0 | 12 | 24 | 247 | 60 | 76 |
| Binary | 1101110 | 11001100 | 10110111 | 101110 | 0 | 1010 | 10100 | 10100111 | 110000 | 111110 |
Color Harmonies of #6ECCB7
Complementary color
Monochromatic Colors of #6ECCB7
Black with #6ECCB7
Text Example
Text Example
White with #6ECCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECCB7; }
p { color: rgb(110,204,183); }
H1.HeaderClassName
{
color: #6ECCB7;
}
.AnyTagClassName
{
color: #6ECCB7;
}
</style>
background-color css
<style>
a { background-color: #6ECCB7; }
a { background-color: rgb(110,204,183); }
div.DivClassName
{
background-color: #6ECCB7;
}
.BgClassName
{
background-color: #6ECCB7;
}
</style>
border-color css
<style>
span { border-color: #6ECCB7; }
span { border-color: rgb(110,204,183); }
td.TdClassName
{
border-color: #6ECCB7;
}
.TagClassName
{
border-color: #6ECCB7;
}
</style>