Shades of Downy #6DCEB9
Tints of Downy #6DCEB9
RGB
CMYK
RGB Variations
Color information
#6DCEB9 (or 0x6DCEB9) is known color: Downy. HEX triplet: 6D, CE and B9. RGB value is (109,206,185). Sum of RGB (Red+Green+Blue) = 109+206+185=500 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.8% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #6DCEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCEB9 is #923146. Grayscale: #AEAEAE. Windows color (decimal): -9580871 or 12177005. OLE color: 12177005.
HSL color Cylindrical-coordinate representation of color #6DCEB9: hue angle of 167.01º 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 #6DCEB9 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 206 | 185 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.19 |
| HSL | 167.01º | 0.5% | 0.62% | - |
| HSV(B) | 167.01º | 0.47% | 0.81% | - |
| XYZ | 37.13 | 50.9 | 53.77 | - |
| YUV | 174.6 | 133.86 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 206 | 185 | 0.47 | 0 | 0.10 | 0.19 | 167.01 | 0.5 | 0.62 |
| Hex | 6D | CE | B9 | 2F | 0 | A | 13 | A7 | 32 | 3E |
| Octal | 155 | 316 | 271 | 57 | 0 | 12 | 23 | 247 | 62 | 76 |
| Binary | 1101101 | 11001110 | 10111001 | 101111 | 0 | 1010 | 10011 | 10100111 | 110010 | 111110 |
Color Harmonies of #6DCEB9
Complementary color
Monochromatic Colors of #6DCEB9
Black with #6DCEB9
Text Example
Text Example
White with #6DCEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCEB9; }
p { color: rgb(109,206,185); }
H1.HeaderClassName
{
color: #6DCEB9;
}
.AnyTagClassName
{
color: #6DCEB9;
}
</style>
background-color css
<style>
a { background-color: #6DCEB9; }
a { background-color: rgb(109,206,185); }
div.DivClassName
{
background-color: #6DCEB9;
}
.BgClassName
{
background-color: #6DCEB9;
}
</style>
border-color css
<style>
span { border-color: #6DCEB9; }
span { border-color: rgb(109,206,185); }
td.TdClassName
{
border-color: #6DCEB9;
}
.TagClassName
{
border-color: #6DCEB9;
}
</style>