Shades of Downy #6ECFBF
Tints of Downy #6ECFBF
RGB
CMYK
RGB Variations
Color information
#6ECFBF (or 0x6ECFBF) is known color: Downy. HEX triplet: 6E, CF and BF. RGB value is (110,207,191). Sum of RGB (Red+Green+Blue) = 110+207+191=508 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.65% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECFBF is #913040. Grayscale: #B0B0B0. Windows color (decimal): -9515073 or 12570478. OLE color: 12570478.
HSL color Cylindrical-coordinate representation of color #6ECFBF: hue angle of 170.1º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ECFBF is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 207 | 191 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.19 |
| HSL | 170.1º | 0.5% | 0.62% | - |
| HSV(B) | 170.1º | 0.47% | 0.81% | - |
| XYZ | 38.15 | 51.7 | 57.26 | - |
| YUV | 176.17 | 136.36 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 191 | 0.47 | 0 | 0.08 | 0.19 | 170.1 | 0.5 | 0.62 |
| Hex | 6E | CF | BF | 2F | 0 | 8 | 13 | AA | 32 | 3E |
| Octal | 156 | 317 | 277 | 57 | 0 | 10 | 23 | 252 | 62 | 76 |
| Binary | 1101110 | 11001111 | 10111111 | 101111 | 0 | 1000 | 10011 | 10101010 | 110010 | 111110 |
Color Harmonies of #6ECFBF
Complementary color
Monochromatic Colors of #6ECFBF
Black with #6ECFBF
Text Example
Text Example
White with #6ECFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECFBF; }
p { color: rgb(110,207,191); }
H1.HeaderClassName
{
color: #6ECFBF;
}
.AnyTagClassName
{
color: #6ECFBF;
}
</style>
background-color css
<style>
a { background-color: #6ECFBF; }
a { background-color: rgb(110,207,191); }
div.DivClassName
{
background-color: #6ECFBF;
}
.BgClassName
{
background-color: #6ECFBF;
}
</style>
border-color css
<style>
span { border-color: #6ECFBF; }
span { border-color: rgb(110,207,191); }
td.TdClassName
{
border-color: #6ECFBF;
}
.TagClassName
{
border-color: #6ECFBF;
}
</style>