Shades of Downy #6ECBCC
Tints of Downy #6ECBCC
RGB
CMYK
RGB Variations
Color information
#6ECBCC (or 0x6ECBCC) is known color: Downy. HEX triplet: 6E, CB and CC. RGB value is (110,203,204). Sum of RGB (Red+Green+Blue) = 110+203+204=517 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.28% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #6ECBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECBCC is #913433. Grayscale: #AFAFAF. Windows color (decimal): -9516084 or 13421422. OLE color: 13421422.
HSL color Cylindrical-coordinate representation of color #6ECBCC: hue angle of 180.64º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECBCC is Cyan = 0.46, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 203 | 204 | - |
| CMYK | 0.46 | 0.00 | 0 | 0.2 |
| HSL | 180.64º | 0.48% | 0.62% | - |
| HSV(B) | 180.64º | 0.46% | 0.8% | - |
| XYZ | 38.69 | 50.39 | 64.81 | - |
| YUV | 175.31 | 144.19 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 203 | 204 | 0.46 | 0.00 | 0 | 0.2 | 180.64 | 0.48 | 0.62 |
| Hex | 6E | CB | CC | 2E | 0 | 0 | 14 | B5 | 30 | 3E |
| Octal | 156 | 313 | 314 | 56 | 0 | 0 | 24 | 265 | 60 | 76 |
| Binary | 1101110 | 11001011 | 11001100 | 101110 | 0 | 0 | 10100 | 10110101 | 110000 | 111110 |
Color Harmonies of #6ECBCC
Complementary color
Monochromatic Colors of #6ECBCC
Black with #6ECBCC
Text Example
Text Example
White with #6ECBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECBCC; }
p { color: rgb(110,203,204); }
H1.HeaderClassName
{
color: #6ECBCC;
}
.AnyTagClassName
{
color: #6ECBCC;
}
</style>
background-color css
<style>
a { background-color: #6ECBCC; }
a { background-color: rgb(110,203,204); }
div.DivClassName
{
background-color: #6ECBCC;
}
.BgClassName
{
background-color: #6ECBCC;
}
</style>
border-color css
<style>
span { border-color: #6ECBCC; }
span { border-color: rgb(110,203,204); }
td.TdClassName
{
border-color: #6ECBCC;
}
.TagClassName
{
border-color: #6ECBCC;
}
</style>