Shades of Boulder #6D6E6D
Tints of Boulder #6D6E6D
RGB
CMYK
RGB Variations
Color information
#6D6E6D (or 0x6D6E6D) is known color: Boulder. HEX triplet: 6D, 6E and 6D. RGB value is (109,110,109). Sum of RGB (Red+Green+Blue) = 109+110+109=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 110 - color contains mainly: green. Hex color #6D6E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6E6D is #929192. Grayscale: #6D6D6D. Windows color (decimal): -9605523 or 7171693. OLE color: 7171693.
HSL color Cylindrical-coordinate representation of color #6D6E6D: hue angle of 120º degrees, saturation: 0, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #6D6E6D is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
RGB | 109 | 110 | 109 | - |
CMYK | 0.01 | 0 | 0.01 | 0.57 |
HSL | 120º | 0% | 0.43% | - |
HSV(B) | 120º | 0.01% | 0.43% | - |
XYZ | 14.64 | 15.51 | 16.69 | - |
YUV | 109.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 109 | 110 | 109 | 0.01 | 0 | 0.01 | 0.57 | 120 | 0 | 0.43 |
Hex | 6D | 6E | 6D | 1 | 0 | 1 | 39 | 78 | 0 | 2B |
Octal | 155 | 156 | 155 | 1 | 0 | 1 | 71 | 170 | 0 | 53 |
Binary | 1101101 | 1101110 | 1101101 | 1 | 0 | 1 | 111001 | 1111000 | 0 | 101011 |
Color Harmonies of #6D6E6D
Complementary color
Monochromatic Colors of #6D6E6D
Black with #6D6E6D
Text Example
Text Example
White with #6D6E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6E6D; }
p { color: rgb(109,110,109); }
H1.HeaderClassName
{
color: #6D6E6D;
}
.AnyTagClassName
{
color: #6D6E6D;
}
</style>
background-color css
<style>
a { background-color: #6D6E6D; }
a { background-color: rgb(109,110,109); }
div.DivClassName
{
background-color: #6D6E6D;
}
.BgClassName
{
background-color: #6D6E6D;
}
</style>
border-color css
<style>
span { border-color: #6D6E6D; }
span { border-color: rgb(109,110,109); }
td.TdClassName
{
border-color: #6D6E6D;
}
.TagClassName
{
border-color: #6D6E6D;
}
</style>