Shades of Willow Grove #646B5D
Tints of Willow Grove #646B5D
RGB
CMYK
RGB Variations
Color information
#646B5D (or 0x646B5D) is known color: Willow Grove. HEX triplet: 64, 6B and 5D. RGB value is (100,107,93). Sum of RGB (Red+Green+Blue) = 100+107+93=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 107 - color contains mainly: green. Hex color #646B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646B5D is #9B94A2. Grayscale: #676767. Windows color (decimal): -10196131 or 6122340. OLE color: 6122340.
HSL color Cylindrical-coordinate representation of color #646B5D: hue angle of 90º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #646B5D is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 107 | 93 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.58 |
| HSL | 90º | 0.07% | 0.39% | - |
| HSV(B) | 90º | 0.13% | 0.42% | - |
| XYZ | 12.49 | 14.02 | 12.4 | - |
| YUV | 103.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 107 | 93 | 0.07 | 0 | 0.13 | 0.58 | 90 | 0.07 | 0.39 |
| Hex | 64 | 6B | 5D | 7 | 0 | D | 3A | 5A | 7 | 27 |
| Octal | 144 | 153 | 135 | 7 | 0 | 15 | 72 | 132 | 7 | 47 |
| Binary | 1100100 | 1101011 | 1011101 | 111 | 0 | 1101 | 111010 | 1011010 | 111 | 100111 |
Color Harmonies of #646B5D
Complementary color
Monochromatic Colors of #646B5D
Black with #646B5D
Text Example
Text Example
White with #646B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646B5D; }
p { color: rgb(100,107,93); }
H1.HeaderClassName
{
color: #646B5D;
}
.AnyTagClassName
{
color: #646B5D;
}
</style>
background-color css
<style>
a { background-color: #646B5D; }
a { background-color: rgb(100,107,93); }
div.DivClassName
{
background-color: #646B5D;
}
.BgClassName
{
background-color: #646B5D;
}
</style>
border-color css
<style>
span { border-color: #646B5D; }
span { border-color: rgb(100,107,93); }
td.TdClassName
{
border-color: #646B5D;
}
.TagClassName
{
border-color: #646B5D;
}
</style>