Shades of Downy #6ECCBD
Tints of Downy #6ECCBD
RGB
CMYK
RGB Variations
Color information
#6ECCBD (or 0x6ECCBD) is known color: Downy. HEX triplet: 6E, CC and BD. RGB value is (110,204,189). Sum of RGB (Red+Green+Blue) = 110+204+189=503 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.87% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECCBD is #913342. Grayscale: #AEAEAE. Windows color (decimal): -9515843 or 12438638. OLE color: 12438638.
HSL color Cylindrical-coordinate representation of color #6ECCBD: hue angle of 170.43º 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 #6ECCBD is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 204 | 189 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.2 |
| HSL | 170.43º | 0.48% | 0.62% | - |
| HSV(B) | 170.43º | 0.46% | 0.8% | - |
| XYZ | 37.21 | 50.17 | 55.87 | - |
| YUV | 174.18 | 136.36 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 189 | 0.46 | 0 | 0.07 | 0.2 | 170.43 | 0.48 | 0.62 |
| Hex | 6E | CC | BD | 2E | 0 | 7 | 14 | AA | 30 | 3E |
| Octal | 156 | 314 | 275 | 56 | 0 | 7 | 24 | 252 | 60 | 76 |
| Binary | 1101110 | 11001100 | 10111101 | 101110 | 0 | 111 | 10100 | 10101010 | 110000 | 111110 |
Color Harmonies of #6ECCBD
Complementary color
Monochromatic Colors of #6ECCBD
Black with #6ECCBD
Text Example
Text Example
White with #6ECCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECCBD; }
p { color: rgb(110,204,189); }
H1.HeaderClassName
{
color: #6ECCBD;
}
.AnyTagClassName
{
color: #6ECCBD;
}
</style>
background-color css
<style>
a { background-color: #6ECCBD; }
a { background-color: rgb(110,204,189); }
div.DivClassName
{
background-color: #6ECCBD;
}
.BgClassName
{
background-color: #6ECCBD;
}
</style>
border-color css
<style>
span { border-color: #6ECCBD; }
span { border-color: rgb(110,204,189); }
td.TdClassName
{
border-color: #6ECCBD;
}
.TagClassName
{
border-color: #6ECCBD;
}
</style>