Shades of Downy #6ECFBC
Tints of Downy #6ECFBC
RGB
CMYK
RGB Variations
Color information
#6ECFBC (or 0x6ECFBC) is known color: Downy. HEX triplet: 6E, CF and BC. RGB value is (110,207,188). Sum of RGB (Red+Green+Blue) = 110+207+188=505 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.78% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECFBC is #913043. Grayscale: #AFAFAF. Windows color (decimal): -9515076 or 12373870. OLE color: 12373870.
HSL color Cylindrical-coordinate representation of color #6ECFBC: hue angle of 168.25º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ECFBC is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 207 | 188 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.19 |
| HSL | 168.25º | 0.5% | 0.62% | - |
| HSV(B) | 168.25º | 0.47% | 0.81% | - |
| XYZ | 37.82 | 51.57 | 55.54 | - |
| YUV | 175.83 | 134.86 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 188 | 0.47 | 0 | 0.09 | 0.19 | 168.25 | 0.5 | 0.62 |
| Hex | 6E | CF | BC | 2F | 0 | 9 | 13 | A8 | 32 | 3E |
| Octal | 156 | 317 | 274 | 57 | 0 | 11 | 23 | 250 | 62 | 76 |
| Binary | 1101110 | 11001111 | 10111100 | 101111 | 0 | 1001 | 10011 | 10101000 | 110010 | 111110 |
Color Harmonies of #6ECFBC
Complementary color
Monochromatic Colors of #6ECFBC
Black with #6ECFBC
Text Example
Text Example
White with #6ECFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECFBC; }
p { color: rgb(110,207,188); }
H1.HeaderClassName
{
color: #6ECFBC;
}
.AnyTagClassName
{
color: #6ECFBC;
}
</style>
background-color css
<style>
a { background-color: #6ECFBC; }
a { background-color: rgb(110,207,188); }
div.DivClassName
{
background-color: #6ECFBC;
}
.BgClassName
{
background-color: #6ECFBC;
}
</style>
border-color css
<style>
span { border-color: #6ECFBC; }
span { border-color: rgb(110,207,188); }
td.TdClassName
{
border-color: #6ECFBC;
}
.TagClassName
{
border-color: #6ECFBC;
}
</style>