Shades of Willow Grove #6C6F6A
Tints of Willow Grove #6C6F6A
RGB
CMYK
RGB Variations
Color information
#6C6F6A (or 0x6C6F6A) is known color: Willow Grove. HEX triplet: 6C, 6F and 6A. RGB value is (108,111,106). Sum of RGB (Red+Green+Blue) = 108+111+106=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 111 - color contains mainly: green. Hex color #6C6F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6F6A is #939095. Grayscale: #6D6D6D. Windows color (decimal): -9670806 or 6975340. OLE color: 6975340.
HSL color Cylindrical-coordinate representation of color #6C6F6A: hue angle of 96º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6C6F6A is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 111 | 106 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.56 |
| HSL | 96º | 0.02% | 0.43% | - |
| HSV(B) | 96º | 0.05% | 0.44% | - |
| XYZ | 14.47 | 15.6 | 15.88 | - |
| YUV | 109.53 | 126.01 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 111 | 106 | 0.03 | 0 | 0.05 | 0.56 | 96 | 0.02 | 0.43 |
| Hex | 6C | 6F | 6A | 3 | 0 | 5 | 38 | 60 | 2 | 2B |
| Octal | 154 | 157 | 152 | 3 | 0 | 5 | 70 | 140 | 2 | 53 |
| Binary | 1101100 | 1101111 | 1101010 | 11 | 0 | 101 | 111000 | 1100000 | 10 | 101011 |
Color Harmonies of #6C6F6A
Complementary color
Monochromatic Colors of #6C6F6A
Black with #6C6F6A
Text Example
Text Example
White with #6C6F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6F6A; }
p { color: rgb(108,111,106); }
H1.HeaderClassName
{
color: #6C6F6A;
}
.AnyTagClassName
{
color: #6C6F6A;
}
</style>
background-color css
<style>
a { background-color: #6C6F6A; }
a { background-color: rgb(108,111,106); }
div.DivClassName
{
background-color: #6C6F6A;
}
.BgClassName
{
background-color: #6C6F6A;
}
</style>
border-color css
<style>
span { border-color: #6C6F6A; }
span { border-color: rgb(108,111,106); }
td.TdClassName
{
border-color: #6C6F6A;
}
.TagClassName
{
border-color: #6C6F6A;
}
</style>