Shades of Downy #6EC3BF
Tints of Downy #6EC3BF
RGB
CMYK
RGB Variations
Color information
#6EC3BF (or 0x6EC3BF) is known color: Downy. HEX triplet: 6E, C3 and BF. RGB value is (110,195,191). Sum of RGB (Red+Green+Blue) = 110+195+191=496 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.18% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 195 - color contains mainly: green. Hex color #6EC3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC3BF is #913C40. Grayscale: #A9A9A9. Windows color (decimal): -9518145 or 12567406. OLE color: 12567406.
HSL color Cylindrical-coordinate representation of color #6EC3BF: hue angle of 177.18º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6EC3BF is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 195 | 191 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.24 |
| HSL | 177.18º | 0.41% | 0.6% | - |
| HSV(B) | 177.18º | 0.44% | 0.76% | - |
| XYZ | 35.35 | 46.11 | 56.33 | - |
| YUV | 169.13 | 140.34 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 195 | 191 | 0.44 | 0 | 0.02 | 0.24 | 177.18 | 0.41 | 0.6 |
| Hex | 6E | C3 | BF | 2C | 0 | 2 | 18 | B1 | 29 | 3C |
| Octal | 156 | 303 | 277 | 54 | 0 | 2 | 30 | 261 | 51 | 74 |
| Binary | 1101110 | 11000011 | 10111111 | 101100 | 0 | 10 | 11000 | 10110001 | 101001 | 111100 |
Color Harmonies of #6EC3BF
Complementary color
Monochromatic Colors of #6EC3BF
Black with #6EC3BF
Text Example
Text Example
White with #6EC3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC3BF; }
p { color: rgb(110,195,191); }
H1.HeaderClassName
{
color: #6EC3BF;
}
.AnyTagClassName
{
color: #6EC3BF;
}
</style>
background-color css
<style>
a { background-color: #6EC3BF; }
a { background-color: rgb(110,195,191); }
div.DivClassName
{
background-color: #6EC3BF;
}
.BgClassName
{
background-color: #6EC3BF;
}
</style>
border-color css
<style>
span { border-color: #6EC3BF; }
span { border-color: rgb(110,195,191); }
td.TdClassName
{
border-color: #6EC3BF;
}
.TagClassName
{
border-color: #6EC3BF;
}
</style>