Shades of Willow Grove #6A7159
Tints of Willow Grove #6A7159
RGB
CMYK
RGB Variations
Color information
#6A7159 (or 0x6A7159) is known color: Willow Grove. HEX triplet: 6A, 71 and 59. RGB value is (106,113,89). Sum of RGB (Red+Green+Blue) = 106+113+89=308 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.42% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 113 - color contains mainly: green. Hex color #6A7159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7159 is #958EA6. Grayscale: #6C6C6C. Windows color (decimal): -9801383 or 5861738. OLE color: 5861738.
HSL color Cylindrical-coordinate representation of color #6A7159: hue angle of 77.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A7159 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 113 | 89 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.56 |
| HSL | 77.5º | 0.12% | 0.4% | - |
| HSV(B) | 77.5º | 0.21% | 0.44% | - |
| XYZ | 13.65 | 15.6 | 11.74 | - |
| YUV | 108.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 113 | 89 | 0.06 | 0 | 0.21 | 0.56 | 77.5 | 0.12 | 0.4 |
| Hex | 6A | 71 | 59 | 6 | 0 | 15 | 38 | 4E | C | 28 |
| Octal | 152 | 161 | 131 | 6 | 0 | 25 | 70 | 116 | 14 | 50 |
| Binary | 1101010 | 1110001 | 1011001 | 110 | 0 | 10101 | 111000 | 1001110 | 1100 | 101000 |
Color Harmonies of #6A7159
Complementary color
Monochromatic Colors of #6A7159
Black with #6A7159
Text Example
Text Example
White with #6A7159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7159; }
p { color: rgb(106,113,89); }
H1.HeaderClassName
{
color: #6A7159;
}
.AnyTagClassName
{
color: #6A7159;
}
</style>
background-color css
<style>
a { background-color: #6A7159; }
a { background-color: rgb(106,113,89); }
div.DivClassName
{
background-color: #6A7159;
}
.BgClassName
{
background-color: #6A7159;
}
</style>
border-color css
<style>
span { border-color: #6A7159; }
span { border-color: rgb(106,113,89); }
td.TdClassName
{
border-color: #6A7159;
}
.TagClassName
{
border-color: #6A7159;
}
</style>