Shades of Willow Grove #6D6E6B
Tints of Willow Grove #6D6E6B
RGB
CMYK
RGB Variations
Color information
#6D6E6B (or 0x6D6E6B) is known color: Willow Grove. HEX triplet: 6D, 6E and 6B. RGB value is (109,110,107). Sum of RGB (Red+Green+Blue) = 109+110+107=326 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.44% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 110 - color contains mainly: green. Hex color #6D6E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6E6B is #929194. Grayscale: #6D6D6D. Windows color (decimal): -9605525 or 7040621. OLE color: 7040621.
HSL color Cylindrical-coordinate representation of color #6D6E6B: hue angle of 80º degrees, saturation: 0.01, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #6D6E6B is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
RGB | 109 | 110 | 107 | - |
CMYK | 0.01 | 0 | 0.03 | 0.57 |
HSL | 80º | 0.01% | 0.43% | - |
HSV(B) | 80º | 0.03% | 0.43% | - |
XYZ | 14.54 | 15.46 | 16.13 | - |
YUV | 109.36 | 126.67 | 127.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 109 | 110 | 107 | 0.01 | 0 | 0.03 | 0.57 | 80 | 0.01 | 0.43 |
Hex | 6D | 6E | 6B | 1 | 0 | 3 | 39 | 50 | 1 | 2B |
Octal | 155 | 156 | 153 | 1 | 0 | 3 | 71 | 120 | 1 | 53 |
Binary | 1101101 | 1101110 | 1101011 | 1 | 0 | 11 | 111001 | 1010000 | 1 | 101011 |
Color Harmonies of #6D6E6B
Complementary color
Monochromatic Colors of #6D6E6B
Black with #6D6E6B
Text Example
Text Example
White with #6D6E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6E6B; }
p { color: rgb(109,110,107); }
H1.HeaderClassName
{
color: #6D6E6B;
}
.AnyTagClassName
{
color: #6D6E6B;
}
</style>
background-color css
<style>
a { background-color: #6D6E6B; }
a { background-color: rgb(109,110,107); }
div.DivClassName
{
background-color: #6D6E6B;
}
.BgClassName
{
background-color: #6D6E6B;
}
</style>
border-color css
<style>
span { border-color: #6D6E6B; }
span { border-color: rgb(109,110,107); }
td.TdClassName
{
border-color: #6D6E6B;
}
.TagClassName
{
border-color: #6D6E6B;
}
</style>