Shades of Downy #6ECEBC
Tints of Downy #6ECEBC
RGB
CMYK
RGB Variations
Color information
#6ECEBC (or 0x6ECEBC) is known color: Downy. HEX triplet: 6E, CE and BC. RGB value is (110,206,188). Sum of RGB (Red+Green+Blue) = 110+206+188=504 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.83% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #6ECEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECEBC is #913143. Grayscale: #AFAFAF. Windows color (decimal): -9515332 or 12373614. OLE color: 12373614.
HSL color Cylindrical-coordinate representation of color #6ECEBC: hue angle of 168.75º degrees, saturation: 0.49, 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 #6ECEBC is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 206 | 188 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.19 |
| HSL | 168.75º | 0.49% | 0.62% | - |
| HSV(B) | 168.75º | 0.47% | 0.81% | - |
| XYZ | 37.58 | 51.09 | 55.46 | - |
| YUV | 175.24 | 135.2 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 206 | 188 | 0.47 | 0 | 0.09 | 0.19 | 168.75 | 0.49 | 0.62 |
| Hex | 6E | CE | BC | 2F | 0 | 9 | 13 | A9 | 31 | 3E |
| Octal | 156 | 316 | 274 | 57 | 0 | 11 | 23 | 251 | 61 | 76 |
| Binary | 1101110 | 11001110 | 10111100 | 101111 | 0 | 1001 | 10011 | 10101001 | 110001 | 111110 |
Color Harmonies of #6ECEBC
Complementary color
Monochromatic Colors of #6ECEBC
Black with #6ECEBC
Text Example
Text Example
White with #6ECEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECEBC; }
p { color: rgb(110,206,188); }
H1.HeaderClassName
{
color: #6ECEBC;
}
.AnyTagClassName
{
color: #6ECEBC;
}
</style>
background-color css
<style>
a { background-color: #6ECEBC; }
a { background-color: rgb(110,206,188); }
div.DivClassName
{
background-color: #6ECEBC;
}
.BgClassName
{
background-color: #6ECEBC;
}
</style>
border-color css
<style>
span { border-color: #6ECEBC; }
span { border-color: rgb(110,206,188); }
td.TdClassName
{
border-color: #6ECEBC;
}
.TagClassName
{
border-color: #6ECEBC;
}
</style>