Shades of Willow Grove #6B7066
Tints of Willow Grove #6B7066
RGB
CMYK
RGB Variations
Color information
#6B7066 (or 0x6B7066) is known color: Willow Grove. HEX triplet: 6B, 70 and 66. RGB value is (107,112,102). Sum of RGB (Red+Green+Blue) = 107+112+102=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 112 - color contains mainly: green. Hex color #6B7066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7066 is #948F99. Grayscale: #6D6D6D. Windows color (decimal): -9736090 or 6713451. OLE color: 6713451.
HSL color Cylindrical-coordinate representation of color #6B7066: hue angle of 90º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6B7066 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 112 | 102 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.56 |
| HSL | 90º | 0.05% | 0.42% | - |
| HSV(B) | 90º | 0.09% | 0.44% | - |
| XYZ | 14.26 | 15.67 | 14.84 | - |
| YUV | 109.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 112 | 102 | 0.04 | 0 | 0.09 | 0.56 | 90 | 0.05 | 0.42 |
| Hex | 6B | 70 | 66 | 4 | 0 | 9 | 38 | 5A | 5 | 2A |
| Octal | 153 | 160 | 146 | 4 | 0 | 11 | 70 | 132 | 5 | 52 |
| Binary | 1101011 | 1110000 | 1100110 | 100 | 0 | 1001 | 111000 | 1011010 | 101 | 101010 |
Color Harmonies of #6B7066
Complementary color
Monochromatic Colors of #6B7066
Black with #6B7066
Text Example
Text Example
White with #6B7066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7066; }
p { color: rgb(107,112,102); }
H1.HeaderClassName
{
color: #6B7066;
}
.AnyTagClassName
{
color: #6B7066;
}
</style>
background-color css
<style>
a { background-color: #6B7066; }
a { background-color: rgb(107,112,102); }
div.DivClassName
{
background-color: #6B7066;
}
.BgClassName
{
background-color: #6B7066;
}
</style>
border-color css
<style>
span { border-color: #6B7066; }
span { border-color: rgb(107,112,102); }
td.TdClassName
{
border-color: #6B7066;
}
.TagClassName
{
border-color: #6B7066;
}
</style>