Shades of Downy #6ECCCD
Tints of Downy #6ECCCD
RGB
CMYK
RGB Variations
Color information
#6ECCCD (or 0x6ECCCD) is known color: Downy. HEX triplet: 6E, CC and CD. RGB value is (110,204,205). Sum of RGB (Red+Green+Blue) = 110+204+205=519 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.19% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #6ECCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECCCD is #913332. Grayscale: #AFAFAF. Windows color (decimal): -9515827 or 13487214. OLE color: 13487214.
HSL color Cylindrical-coordinate representation of color #6ECCCD: hue angle of 180.63º 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 #6ECCCD is Cyan = 0.46, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 204 | 205 | - |
| CMYK | 0.46 | 0.00 | 0 | 0.20 |
| HSL | 180.63º | 0.49% | 0.62% | - |
| HSV(B) | 180.63º | 0.46% | 0.8% | - |
| XYZ | 39.04 | 50.91 | 65.53 | - |
| YUV | 176.01 | 144.36 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 205 | 0.46 | 0.00 | 0 | 0.20 | 180.63 | 0.49 | 0.62 |
| Hex | 6E | CC | CD | 2E | 0 | 0 | 14 | B5 | 31 | 3E |
| Octal | 156 | 314 | 315 | 56 | 0 | 0 | 24 | 265 | 61 | 76 |
| Binary | 1101110 | 11001100 | 11001101 | 101110 | 0 | 0 | 10100 | 10110101 | 110001 | 111110 |
Color Harmonies of #6ECCCD
Complementary color
Monochromatic Colors of #6ECCCD
Black with #6ECCCD
Text Example
Text Example
White with #6ECCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECCCD; }
p { color: rgb(110,204,205); }
H1.HeaderClassName
{
color: #6ECCCD;
}
.AnyTagClassName
{
color: #6ECCCD;
}
</style>
background-color css
<style>
a { background-color: #6ECCCD; }
a { background-color: rgb(110,204,205); }
div.DivClassName
{
background-color: #6ECCCD;
}
.BgClassName
{
background-color: #6ECCCD;
}
</style>
border-color css
<style>
span { border-color: #6ECCCD; }
span { border-color: rgb(110,204,205); }
td.TdClassName
{
border-color: #6ECCCD;
}
.TagClassName
{
border-color: #6ECCCD;
}
</style>