Shades of Davy's Grey #6E806D
Tints of Davy's Grey #6E806D
RGB
CMYK
RGB Variations
Color information
#6E806D (or 0x6E806D) is known color: Davy's Grey. HEX triplet: 6E, 80 and 6D. RGB value is (110,128,109). Sum of RGB (Red+Green+Blue) = 110+128+109=347 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.70% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 128 - color contains mainly: green. Hex color #6E806D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E806D is #917F92. Grayscale: #787878. Windows color (decimal): -9535379 or 7176302. OLE color: 7176302.
HSL color Cylindrical-coordinate representation of color #6E806D: hue angle of 116.84º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6E806D is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 110 | 128 | 109 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.50 |
| HSL | 116.84º | 0.08% | 0.46% | - |
| HSV(B) | 116.84º | 0.15% | 0.5% | - |
| XYZ | 16.91 | 19.86 | 17.41 | - |
| YUV | 120.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 128 | 109 | 0.14 | 0 | 0.15 | 0.50 | 116.84 | 0.08 | 0.46 |
| Hex | 6E | 80 | 6D | E | 0 | F | 32 | 75 | 8 | 2E |
| Octal | 156 | 200 | 155 | 16 | 0 | 17 | 62 | 165 | 10 | 56 |
| Binary | 1101110 | 10000000 | 1101101 | 1110 | 0 | 1111 | 110010 | 1110101 | 1000 | 101110 |
Color Harmonies of #6E806D
Complementary color
Monochromatic Colors of #6E806D
Black with #6E806D
Text Example
Text Example
White with #6E806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E806D; }
p { color: rgb(110,128,109); }
H1.HeaderClassName
{
color: #6E806D;
}
.AnyTagClassName
{
color: #6E806D;
}
</style>
background-color css
<style>
a { background-color: #6E806D; }
a { background-color: rgb(110,128,109); }
div.DivClassName
{
background-color: #6E806D;
}
.BgClassName
{
background-color: #6E806D;
}
</style>
border-color css
<style>
span { border-color: #6E806D; }
span { border-color: rgb(110,128,109); }
td.TdClassName
{
border-color: #6E806D;
}
.TagClassName
{
border-color: #6E806D;
}
</style>