Shades of Downy #6EE8BC
Tints of Downy #6EE8BC
RGB
CMYK
RGB Variations
Color information
#6EE8BC (or 0x6EE8BC) is known color: Downy. HEX triplet: 6E, E8 and BC. RGB value is (110,232,188). Sum of RGB (Red+Green+Blue) = 110+232+188=530 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.75% from 530); Green value is 232 (91.02% from 255 or 43.77% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 232 - color contains mainly: green. Hex color #6EE8BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EE8BC is #911743. Grayscale: #BEBEBE. Windows color (decimal): -9508676 or 12380270. OLE color: 12380270.
HSL color Cylindrical-coordinate representation of color #6EE8BC: hue angle of 158.36º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EE8BC is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 110 | 232 | 188 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.09 |
| HSL | 158.36º | 0.73% | 0.67% | - |
| HSV(B) | 158.36º | 0.53% | 0.91% | - |
| XYZ | 44.36 | 64.66 | 57.72 | - |
| YUV | 190.51 | 126.58 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 232 | 188 | 0.53 | 0 | 0.19 | 0.09 | 158.36 | 0.73 | 0.67 |
| Hex | 6E | E8 | BC | 35 | 0 | 13 | 9 | 9E | 49 | 43 |
| Octal | 156 | 350 | 274 | 65 | 0 | 23 | 11 | 236 | 111 | 103 |
| Binary | 1101110 | 11101000 | 10111100 | 110101 | 0 | 10011 | 1001 | 10011110 | 1001001 | 1000011 |
Color Harmonies of #6EE8BC
Complementary color
Monochromatic Colors of #6EE8BC
Black with #6EE8BC
Text Example
Text Example
White with #6EE8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE8BC; }
p { color: rgb(110,232,188); }
H1.HeaderClassName
{
color: #6EE8BC;
}
.AnyTagClassName
{
color: #6EE8BC;
}
</style>
background-color css
<style>
a { background-color: #6EE8BC; }
a { background-color: rgb(110,232,188); }
div.DivClassName
{
background-color: #6EE8BC;
}
.BgClassName
{
background-color: #6EE8BC;
}
</style>
border-color css
<style>
span { border-color: #6EE8BC; }
span { border-color: rgb(110,232,188); }
td.TdClassName
{
border-color: #6EE8BC;
}
.TagClassName
{
border-color: #6EE8BC;
}
</style>