Shades of Downy #6ECDBE
Tints of Downy #6ECDBE
RGB
CMYK
RGB Variations
Color information
#6ECDBE (or 0x6ECDBE) is known color: Downy. HEX triplet: 6E, CD and BE. RGB value is (110,205,190). Sum of RGB (Red+Green+Blue) = 110+205+190=505 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.78% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECDBE is #913241. Grayscale: #AEAEAE. Windows color (decimal): -9515586 or 12504430. OLE color: 12504430.
HSL color Cylindrical-coordinate representation of color #6ECDBE: hue angle of 170.53º 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 #6ECDBE is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 205 | 190 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.20 |
| HSL | 170.53º | 0.49% | 0.62% | - |
| HSV(B) | 170.53º | 0.46% | 0.8% | - |
| XYZ | 37.56 | 50.7 | 56.52 | - |
| YUV | 174.89 | 136.53 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 190 | 0.46 | 0 | 0.07 | 0.20 | 170.53 | 0.49 | 0.62 |
| Hex | 6E | CD | BE | 2E | 0 | 7 | 14 | AB | 31 | 3E |
| Octal | 156 | 315 | 276 | 56 | 0 | 7 | 24 | 253 | 61 | 76 |
| Binary | 1101110 | 11001101 | 10111110 | 101110 | 0 | 111 | 10100 | 10101011 | 110001 | 111110 |
Color Harmonies of #6ECDBE
Complementary color
Monochromatic Colors of #6ECDBE
Black with #6ECDBE
Text Example
Text Example
White with #6ECDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECDBE; }
p { color: rgb(110,205,190); }
H1.HeaderClassName
{
color: #6ECDBE;
}
.AnyTagClassName
{
color: #6ECDBE;
}
</style>
background-color css
<style>
a { background-color: #6ECDBE; }
a { background-color: rgb(110,205,190); }
div.DivClassName
{
background-color: #6ECDBE;
}
.BgClassName
{
background-color: #6ECDBE;
}
</style>
border-color css
<style>
span { border-color: #6ECDBE; }
span { border-color: rgb(110,205,190); }
td.TdClassName
{
border-color: #6ECDBE;
}
.TagClassName
{
border-color: #6ECDBE;
}
</style>