Shades of Downy #6ECCCB
Tints of Downy #6ECCCB
RGB
CMYK
RGB Variations
Color information
#6ECCCB (or 0x6ECCCB) is known color: Downy. HEX triplet: 6E, CC and CB. RGB value is (110,204,203). Sum of RGB (Red+Green+Blue) = 110+204+203=517 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.28% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECCCB is #913334. Grayscale: #AFAFAF. Windows color (decimal): -9515829 or 13356142. OLE color: 13356142.
HSL color Cylindrical-coordinate representation of color #6ECCCB: hue angle of 179.36º 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 #6ECCCB is Cyan = 0.46, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 204 | 203 | - |
| CMYK | 0.46 | 0 | 0.00 | 0.2 |
| HSL | 179.36º | 0.48% | 0.62% | - |
| HSV(B) | 179.36º | 0.46% | 0.8% | - |
| XYZ | 38.8 | 50.81 | 64.26 | - |
| YUV | 175.78 | 143.36 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 203 | 0.46 | 0 | 0.00 | 0.2 | 179.36 | 0.48 | 0.62 |
| Hex | 6E | CC | CB | 2E | 0 | 0 | 14 | B3 | 30 | 3E |
| Octal | 156 | 314 | 313 | 56 | 0 | 0 | 24 | 263 | 60 | 76 |
| Binary | 1101110 | 11001100 | 11001011 | 101110 | 0 | 0 | 10100 | 10110011 | 110000 | 111110 |
Color Harmonies of #6ECCCB
Complementary color
Monochromatic Colors of #6ECCCB
Black with #6ECCCB
Text Example
Text Example
White with #6ECCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECCCB; }
p { color: rgb(110,204,203); }
H1.HeaderClassName
{
color: #6ECCCB;
}
.AnyTagClassName
{
color: #6ECCCB;
}
</style>
background-color css
<style>
a { background-color: #6ECCCB; }
a { background-color: rgb(110,204,203); }
div.DivClassName
{
background-color: #6ECCCB;
}
.BgClassName
{
background-color: #6ECCCB;
}
</style>
border-color css
<style>
span { border-color: #6ECCCB; }
span { border-color: rgb(110,204,203); }
td.TdClassName
{
border-color: #6ECCCB;
}
.TagClassName
{
border-color: #6ECCCB;
}
</style>