Shades of Downy #6DCEB7
Tints of Downy #6DCEB7
RGB
CMYK
RGB Variations
Color information
#6DCEB7 (or 0x6DCEB7) is known color: Downy. HEX triplet: 6D, CE and B7. RGB value is (109,206,183). Sum of RGB (Red+Green+Blue) = 109+206+183=498 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.89% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #6DCEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCEB7 is #923148. Grayscale: #AEAEAE. Windows color (decimal): -9580873 or 12045933. OLE color: 12045933.
HSL color Cylindrical-coordinate representation of color #6DCEB7: hue angle of 165.77º 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 #6DCEB7 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 206 | 183 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.19 |
| HSL | 165.77º | 0.5% | 0.62% | - |
| HSV(B) | 165.77º | 0.47% | 0.81% | - |
| XYZ | 36.93 | 50.81 | 52.66 | - |
| YUV | 174.38 | 132.86 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 206 | 183 | 0.47 | 0 | 0.11 | 0.19 | 165.77 | 0.5 | 0.62 |
| Hex | 6D | CE | B7 | 2F | 0 | B | 13 | A6 | 32 | 3E |
| Octal | 155 | 316 | 267 | 57 | 0 | 13 | 23 | 246 | 62 | 76 |
| Binary | 1101101 | 11001110 | 10110111 | 101111 | 0 | 1011 | 10011 | 10100110 | 110010 | 111110 |
Color Harmonies of #6DCEB7
Complementary color
Monochromatic Colors of #6DCEB7
Black with #6DCEB7
Text Example
Text Example
White with #6DCEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCEB7; }
p { color: rgb(109,206,183); }
H1.HeaderClassName
{
color: #6DCEB7;
}
.AnyTagClassName
{
color: #6DCEB7;
}
</style>
background-color css
<style>
a { background-color: #6DCEB7; }
a { background-color: rgb(109,206,183); }
div.DivClassName
{
background-color: #6DCEB7;
}
.BgClassName
{
background-color: #6DCEB7;
}
</style>
border-color css
<style>
span { border-color: #6DCEB7; }
span { border-color: rgb(109,206,183); }
td.TdClassName
{
border-color: #6DCEB7;
}
.TagClassName
{
border-color: #6DCEB7;
}
</style>