Shades of Willow Grove #6B6C6A
Tints of Willow Grove #6B6C6A
RGB
CMYK
RGB Variations
Color information
#6B6C6A (or 0x6B6C6A) is known color: Willow Grove. HEX triplet: 6B, 6C and 6A. RGB value is (107,108,106). Sum of RGB (Red+Green+Blue) = 107+108+106=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 108 - color contains mainly: green. Hex color #6B6C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6C6A is #949395. Grayscale: #6B6B6B. Windows color (decimal): -9737110 or 6974571. OLE color: 6974571.
HSL color Cylindrical-coordinate representation of color #6B6C6A: hue angle of 90º degrees, saturation: 0.01, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #6B6C6A is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 108 | 106 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.58 |
| HSL | 90º | 0.01% | 0.42% | - |
| HSV(B) | 90º | 0.02% | 0.42% | - |
| XYZ | 14.03 | 14.89 | 15.77 | - |
| YUV | 107.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 108 | 106 | 0.01 | 0 | 0.02 | 0.58 | 90 | 0.01 | 0.42 |
| Hex | 6B | 6C | 6A | 1 | 0 | 2 | 3A | 5A | 1 | 2A |
| Octal | 153 | 154 | 152 | 1 | 0 | 2 | 72 | 132 | 1 | 52 |
| Binary | 1101011 | 1101100 | 1101010 | 1 | 0 | 10 | 111010 | 1011010 | 1 | 101010 |
Color Harmonies of #6B6C6A
Complementary color
Monochromatic Colors of #6B6C6A
Black with #6B6C6A
Text Example
Text Example
White with #6B6C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6C6A; }
p { color: rgb(107,108,106); }
H1.HeaderClassName
{
color: #6B6C6A;
}
.AnyTagClassName
{
color: #6B6C6A;
}
</style>
background-color css
<style>
a { background-color: #6B6C6A; }
a { background-color: rgb(107,108,106); }
div.DivClassName
{
background-color: #6B6C6A;
}
.BgClassName
{
background-color: #6B6C6A;
}
</style>
border-color css
<style>
span { border-color: #6B6C6A; }
span { border-color: rgb(107,108,106); }
td.TdClassName
{
border-color: #6B6C6A;
}
.TagClassName
{
border-color: #6B6C6A;
}
</style>