Shades of Downy #6ECCBF
Tints of Downy #6ECCBF
RGB
CMYK
RGB Variations
Color information
#6ECCBF (or 0x6ECCBF) is known color: Downy. HEX triplet: 6E, CC and BF. RGB value is (110,204,191). Sum of RGB (Red+Green+Blue) = 110+204+191=505 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.78% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECCBF is #913340. Grayscale: #AEAEAE. Windows color (decimal): -9515841 or 12569710. OLE color: 12569710.
HSL color Cylindrical-coordinate representation of color #6ECCBF: hue angle of 171.7º 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 #6ECCBF is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 204 | 191 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.2 |
| HSL | 171.7º | 0.48% | 0.62% | - |
| HSV(B) | 171.7º | 0.46% | 0.8% | - |
| XYZ | 37.43 | 50.26 | 57.02 | - |
| YUV | 174.41 | 137.36 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 191 | 0.46 | 0 | 0.06 | 0.2 | 171.7 | 0.48 | 0.62 |
| Hex | 6E | CC | BF | 2E | 0 | 6 | 14 | AC | 30 | 3E |
| Octal | 156 | 314 | 277 | 56 | 0 | 6 | 24 | 254 | 60 | 76 |
| Binary | 1101110 | 11001100 | 10111111 | 101110 | 0 | 110 | 10100 | 10101100 | 110000 | 111110 |
Color Harmonies of #6ECCBF
Complementary color
Monochromatic Colors of #6ECCBF
Black with #6ECCBF
Text Example
Text Example
White with #6ECCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECCBF; }
p { color: rgb(110,204,191); }
H1.HeaderClassName
{
color: #6ECCBF;
}
.AnyTagClassName
{
color: #6ECCBF;
}
</style>
background-color css
<style>
a { background-color: #6ECCBF; }
a { background-color: rgb(110,204,191); }
div.DivClassName
{
background-color: #6ECCBF;
}
.BgClassName
{
background-color: #6ECCBF;
}
</style>
border-color css
<style>
span { border-color: #6ECCBF; }
span { border-color: rgb(110,204,191); }
td.TdClassName
{
border-color: #6ECCBF;
}
.TagClassName
{
border-color: #6ECCBF;
}
</style>