Shades of Downy #6ECBCD
Tints of Downy #6ECBCD
RGB
CMYK
RGB Variations
Color information
#6ECBCD (or 0x6ECBCD) is known color: Downy. HEX triplet: 6E, CB and CD. RGB value is (110,203,205). Sum of RGB (Red+Green+Blue) = 110+203+205=518 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.24% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #6ECBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECBCD is #913432. Grayscale: #AFAFAF. Windows color (decimal): -9516083 or 13486958. OLE color: 13486958.
HSL color Cylindrical-coordinate representation of color #6ECBCD: hue angle of 181.26º degrees, saturation: 0.49, 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 #6ECBCD is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 203 | 205 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.20 |
| HSL | 181.26º | 0.49% | 0.62% | - |
| HSV(B) | 181.26º | 0.46% | 0.8% | - |
| XYZ | 38.81 | 50.43 | 65.45 | - |
| YUV | 175.42 | 144.69 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 203 | 205 | 0.46 | 0.01 | 0 | 0.20 | 181.26 | 0.49 | 0.62 |
| Hex | 6E | CB | CD | 2E | 1 | 0 | 14 | B5 | 31 | 3E |
| Octal | 156 | 313 | 315 | 56 | 1 | 0 | 24 | 265 | 61 | 76 |
| Binary | 1101110 | 11001011 | 11001101 | 101110 | 1 | 0 | 10100 | 10110101 | 110001 | 111110 |
Color Harmonies of #6ECBCD
Complementary color
Monochromatic Colors of #6ECBCD
Black with #6ECBCD
Text Example
Text Example
White with #6ECBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECBCD; }
p { color: rgb(110,203,205); }
H1.HeaderClassName
{
color: #6ECBCD;
}
.AnyTagClassName
{
color: #6ECBCD;
}
</style>
background-color css
<style>
a { background-color: #6ECBCD; }
a { background-color: rgb(110,203,205); }
div.DivClassName
{
background-color: #6ECBCD;
}
.BgClassName
{
background-color: #6ECBCD;
}
</style>
border-color css
<style>
span { border-color: #6ECBCD; }
span { border-color: rgb(110,203,205); }
td.TdClassName
{
border-color: #6ECBCD;
}
.TagClassName
{
border-color: #6ECBCD;
}
</style>