Shades of Downy #6EEEBC
Tints of Downy #6EEEBC
RGB
CMYK
RGB Variations
Color information
#6EEEBC (or 0x6EEEBC) is known color: Downy. HEX triplet: 6E, EE and BC. RGB value is (110,238,188). Sum of RGB (Red+Green+Blue) = 110+238+188=536 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.52% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #6EEEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEEBC is #911143. Grayscale: #C2C2C2. Windows color (decimal): -9507140 or 12381806. OLE color: 12381806.
HSL color Cylindrical-coordinate representation of color #6EEEBC: hue angle of 156.56º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEEBC is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 238 | 188 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.07 |
| HSL | 156.56º | 0.79% | 0.68% | - |
| HSV(B) | 156.56º | 0.54% | 0.93% | - |
| XYZ | 46.08 | 68.09 | 58.29 | - |
| YUV | 194.03 | 124.59 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 238 | 188 | 0.54 | 0 | 0.21 | 0.07 | 156.56 | 0.79 | 0.68 |
| Hex | 6E | EE | BC | 36 | 0 | 15 | 7 | 9D | 4F | 44 |
| Octal | 156 | 356 | 274 | 66 | 0 | 25 | 7 | 235 | 117 | 104 |
| Binary | 1101110 | 11101110 | 10111100 | 110110 | 0 | 10101 | 111 | 10011101 | 1001111 | 1000100 |
Color Harmonies of #6EEEBC
Complementary color
Monochromatic Colors of #6EEEBC
Black with #6EEEBC
Text Example
Text Example
White with #6EEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEEBC; }
p { color: rgb(110,238,188); }
H1.HeaderClassName
{
color: #6EEEBC;
}
.AnyTagClassName
{
color: #6EEEBC;
}
</style>
background-color css
<style>
a { background-color: #6EEEBC; }
a { background-color: rgb(110,238,188); }
div.DivClassName
{
background-color: #6EEEBC;
}
.BgClassName
{
background-color: #6EEEBC;
}
</style>
border-color css
<style>
span { border-color: #6EEEBC; }
span { border-color: rgb(110,238,188); }
td.TdClassName
{
border-color: #6EEEBC;
}
.TagClassName
{
border-color: #6EEEBC;
}
</style>