Shades of Willow Grove #6A6D66
Tints of Willow Grove #6A6D66
RGB
CMYK
RGB Variations
Color information
#6A6D66 (or 0x6A6D66) is known color: Willow Grove. HEX triplet: 6A, 6D and 66. RGB value is (106,109,102). Sum of RGB (Red+Green+Blue) = 106+109+102=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 109 - color contains mainly: green. Hex color #6A6D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6D66 is #959299. Grayscale: #6B6B6B. Windows color (decimal): -9802394 or 6712682. OLE color: 6712682.
HSL color Cylindrical-coordinate representation of color #6A6D66: hue angle of 85.71º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6A6D66 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 109 | 102 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.57 |
| HSL | 85.71º | 0.03% | 0.41% | - |
| HSV(B) | 85.71º | 0.06% | 0.43% | - |
| XYZ | 13.81 | 14.96 | 14.73 | - |
| YUV | 107.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 109 | 102 | 0.03 | 0 | 0.06 | 0.57 | 85.71 | 0.03 | 0.41 |
| Hex | 6A | 6D | 66 | 3 | 0 | 6 | 39 | 56 | 3 | 29 |
| Octal | 152 | 155 | 146 | 3 | 0 | 6 | 71 | 126 | 3 | 51 |
| Binary | 1101010 | 1101101 | 1100110 | 11 | 0 | 110 | 111001 | 1010110 | 11 | 101001 |
Color Harmonies of #6A6D66
Complementary color
Monochromatic Colors of #6A6D66
Black with #6A6D66
Text Example
Text Example
White with #6A6D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6D66; }
p { color: rgb(106,109,102); }
H1.HeaderClassName
{
color: #6A6D66;
}
.AnyTagClassName
{
color: #6A6D66;
}
</style>
background-color css
<style>
a { background-color: #6A6D66; }
a { background-color: rgb(106,109,102); }
div.DivClassName
{
background-color: #6A6D66;
}
.BgClassName
{
background-color: #6A6D66;
}
</style>
border-color css
<style>
span { border-color: #6A6D66; }
span { border-color: rgb(106,109,102); }
td.TdClassName
{
border-color: #6A6D66;
}
.TagClassName
{
border-color: #6A6D66;
}
</style>