Shades of Davy's Grey #6E826D
Tints of Davy's Grey #6E826D
RGB
CMYK
RGB Variations
Color information
#6E826D (or 0x6E826D) is known color: Davy's Grey. HEX triplet: 6E, 82 and 6D. RGB value is (110,130,109). Sum of RGB (Red+Green+Blue) = 110+130+109=349 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.52% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 130 - color contains mainly: green. Hex color #6E826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E826D is #917D92. Grayscale: #797979. Windows color (decimal): -9534867 or 7176814. OLE color: 7176814.
HSL color Cylindrical-coordinate representation of color #6E826D: hue angle of 117.14º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6E826D is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 130 | 109 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.49 |
| HSL | 117.14º | 0.09% | 0.47% | - |
| HSV(B) | 117.14º | 0.16% | 0.51% | - |
| XYZ | 17.17 | 20.38 | 17.5 | - |
| YUV | 121.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 130 | 109 | 0.15 | 0 | 0.16 | 0.49 | 117.14 | 0.09 | 0.47 |
| Hex | 6E | 82 | 6D | F | 0 | 10 | 31 | 75 | 9 | 2F |
| Octal | 156 | 202 | 155 | 17 | 0 | 20 | 61 | 165 | 11 | 57 |
| Binary | 1101110 | 10000010 | 1101101 | 1111 | 0 | 10000 | 110001 | 1110101 | 1001 | 101111 |
Color Harmonies of #6E826D
Complementary color
Monochromatic Colors of #6E826D
Black with #6E826D
Text Example
Text Example
White with #6E826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E826D; }
p { color: rgb(110,130,109); }
H1.HeaderClassName
{
color: #6E826D;
}
.AnyTagClassName
{
color: #6E826D;
}
</style>
background-color css
<style>
a { background-color: #6E826D; }
a { background-color: rgb(110,130,109); }
div.DivClassName
{
background-color: #6E826D;
}
.BgClassName
{
background-color: #6E826D;
}
</style>
border-color css
<style>
span { border-color: #6E826D; }
span { border-color: rgb(110,130,109); }
td.TdClassName
{
border-color: #6E826D;
}
.TagClassName
{
border-color: #6E826D;
}
</style>