Shades of Downy #6ECCC5
Tints of Downy #6ECCC5
RGB
CMYK
RGB Variations
Color information
#6ECCC5 (or 0x6ECCC5) is known color: Downy. HEX triplet: 6E, CC and C5. RGB value is (110,204,197). Sum of RGB (Red+Green+Blue) = 110+204+197=511 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.53% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECCC5 is #91333A. Grayscale: #AFAFAF. Windows color (decimal): -9515835 or 12962926. OLE color: 12962926.
HSL color Cylindrical-coordinate representation of color #6ECCC5: hue angle of 175.53º 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 #6ECCC5 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 204 | 197 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.2 |
| HSL | 175.53º | 0.48% | 0.62% | - |
| HSV(B) | 175.53º | 0.46% | 0.8% | - |
| XYZ | 38.1 | 50.53 | 60.57 | - |
| YUV | 175.1 | 140.36 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 197 | 0.46 | 0 | 0.03 | 0.2 | 175.53 | 0.48 | 0.62 |
| Hex | 6E | CC | C5 | 2E | 0 | 3 | 14 | B0 | 30 | 3E |
| Octal | 156 | 314 | 305 | 56 | 0 | 3 | 24 | 260 | 60 | 76 |
| Binary | 1101110 | 11001100 | 11000101 | 101110 | 0 | 11 | 10100 | 10110000 | 110000 | 111110 |
Color Harmonies of #6ECCC5
Complementary color
Monochromatic Colors of #6ECCC5
Black with #6ECCC5
Text Example
Text Example
White with #6ECCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECCC5; }
p { color: rgb(110,204,197); }
H1.HeaderClassName
{
color: #6ECCC5;
}
.AnyTagClassName
{
color: #6ECCC5;
}
</style>
background-color css
<style>
a { background-color: #6ECCC5; }
a { background-color: rgb(110,204,197); }
div.DivClassName
{
background-color: #6ECCC5;
}
.BgClassName
{
background-color: #6ECCC5;
}
</style>
border-color css
<style>
span { border-color: #6ECCC5; }
span { border-color: rgb(110,204,197); }
td.TdClassName
{
border-color: #6ECCC5;
}
.TagClassName
{
border-color: #6ECCC5;
}
</style>