Shades of Downy #6EC9CB
Tints of Downy #6EC9CB
RGB
CMYK
RGB Variations
Color information
#6EC9CB (or 0x6EC9CB) is known color: Downy. HEX triplet: 6E, C9 and CB. RGB value is (110,201,203). Sum of RGB (Red+Green+Blue) = 110+201+203=514 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.40% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #6EC9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC9CB is #913634. Grayscale: #ADADAD. Windows color (decimal): -9516597 or 13355374. OLE color: 13355374.
HSL color Cylindrical-coordinate representation of color #6EC9CB: hue angle of 181.29º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6EC9CB is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 201 | 203 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.20 |
| HSL | 181.29º | 0.47% | 0.61% | - |
| HSV(B) | 181.29º | 0.46% | 0.8% | - |
| XYZ | 38.1 | 49.4 | 64.03 | - |
| YUV | 174.02 | 144.35 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 201 | 203 | 0.46 | 0.01 | 0 | 0.20 | 181.29 | 0.47 | 0.61 |
| Hex | 6E | C9 | CB | 2E | 1 | 0 | 14 | B5 | 2F | 3D |
| Octal | 156 | 311 | 313 | 56 | 1 | 0 | 24 | 265 | 57 | 75 |
| Binary | 1101110 | 11001001 | 11001011 | 101110 | 1 | 0 | 10100 | 10110101 | 101111 | 111101 |
Color Harmonies of #6EC9CB
Complementary color
Monochromatic Colors of #6EC9CB
Black with #6EC9CB
Text Example
Text Example
White with #6EC9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC9CB; }
p { color: rgb(110,201,203); }
H1.HeaderClassName
{
color: #6EC9CB;
}
.AnyTagClassName
{
color: #6EC9CB;
}
</style>
background-color css
<style>
a { background-color: #6EC9CB; }
a { background-color: rgb(110,201,203); }
div.DivClassName
{
background-color: #6EC9CB;
}
.BgClassName
{
background-color: #6EC9CB;
}
</style>
border-color css
<style>
span { border-color: #6EC9CB; }
span { border-color: rgb(110,201,203); }
td.TdClassName
{
border-color: #6EC9CB;
}
.TagClassName
{
border-color: #6EC9CB;
}
</style>