Shades of Willow Grove #6E706C
Tints of Willow Grove #6E706C
RGB
CMYK
RGB Variations
Color information
#6E706C (or 0x6E706C) is known color: Willow Grove. HEX triplet: 6E, 70 and 6C. RGB value is (110,112,108). Sum of RGB (Red+Green+Blue) = 110+112+108=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 112 - color contains mainly: green. Hex color #6E706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E706C is #918F93. Grayscale: #6E6E6E. Windows color (decimal): -9539476 or 7106670. OLE color: 7106670.
HSL color Cylindrical-coordinate representation of color #6E706C: hue angle of 90º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6E706C is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 112 | 108 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.56 |
| HSL | 90º | 0.02% | 0.43% | - |
| HSV(B) | 90º | 0.04% | 0.44% | - |
| XYZ | 14.93 | 15.99 | 16.49 | - |
| YUV | 110.95 | 126.34 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 112 | 108 | 0.02 | 0 | 0.04 | 0.56 | 90 | 0.02 | 0.43 |
| Hex | 6E | 70 | 6C | 2 | 0 | 4 | 38 | 5A | 2 | 2B |
| Octal | 156 | 160 | 154 | 2 | 0 | 4 | 70 | 132 | 2 | 53 |
| Binary | 1101110 | 1110000 | 1101100 | 10 | 0 | 100 | 111000 | 1011010 | 10 | 101011 |
Color Harmonies of #6E706C
Complementary color
Monochromatic Colors of #6E706C
Black with #6E706C
Text Example
Text Example
White with #6E706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E706C; }
p { color: rgb(110,112,108); }
H1.HeaderClassName
{
color: #6E706C;
}
.AnyTagClassName
{
color: #6E706C;
}
</style>
background-color css
<style>
a { background-color: #6E706C; }
a { background-color: rgb(110,112,108); }
div.DivClassName
{
background-color: #6E706C;
}
.BgClassName
{
background-color: #6E706C;
}
</style>
border-color css
<style>
span { border-color: #6E706C; }
span { border-color: rgb(110,112,108); }
td.TdClassName
{
border-color: #6E706C;
}
.TagClassName
{
border-color: #6E706C;
}
</style>