Shades of Willow Grove #6B7E5C
Tints of Willow Grove #6B7E5C
RGB
CMYK
RGB Variations
Color information
#6B7E5C (or 0x6B7E5C) is known color: Willow Grove. HEX triplet: 6B, 7E and 5C. RGB value is (107,126,92). Sum of RGB (Red+Green+Blue) = 107+126+92=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 126 - color contains mainly: green. Hex color #6B7E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7E5C is #9481A3. Grayscale: #747474. Windows color (decimal): -9732516 or 6061675. OLE color: 6061675.
HSL color Cylindrical-coordinate representation of color #6B7E5C: hue angle of 93.53º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B7E5C is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 126 | 92 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.51 |
| HSL | 93.53º | 0.16% | 0.43% | - |
| HSV(B) | 93.53º | 0.27% | 0.49% | - |
| XYZ | 15.46 | 18.82 | 12.94 | - |
| YUV | 116.44 | 114.21 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 126 | 92 | 0.15 | 0 | 0.27 | 0.51 | 93.53 | 0.16 | 0.43 |
| Hex | 6B | 7E | 5C | F | 0 | 1B | 33 | 5E | 10 | 2B |
| Octal | 153 | 176 | 134 | 17 | 0 | 33 | 63 | 136 | 20 | 53 |
| Binary | 1101011 | 1111110 | 1011100 | 1111 | 0 | 11011 | 110011 | 1011110 | 10000 | 101011 |
Color Harmonies of #6B7E5C
Complementary color
Monochromatic Colors of #6B7E5C
Black with #6B7E5C
Text Example
Text Example
White with #6B7E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7E5C; }
p { color: rgb(107,126,92); }
H1.HeaderClassName
{
color: #6B7E5C;
}
.AnyTagClassName
{
color: #6B7E5C;
}
</style>
background-color css
<style>
a { background-color: #6B7E5C; }
a { background-color: rgb(107,126,92); }
div.DivClassName
{
background-color: #6B7E5C;
}
.BgClassName
{
background-color: #6B7E5C;
}
</style>
border-color css
<style>
span { border-color: #6B7E5C; }
span { border-color: rgb(107,126,92); }
td.TdClassName
{
border-color: #6B7E5C;
}
.TagClassName
{
border-color: #6B7E5C;
}
</style>