Shades of Lynch #6B767E
Tints of Lynch #6B767E
RGB
CMYK
RGB Variations
Color information
#6B767E (or 0x6B767E) is known color: Lynch. HEX triplet: 6B, 76 and 7E. RGB value is (107,118,126). Sum of RGB (Red+Green+Blue) = 107+118+126=351 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.48% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 126 - color contains mainly: blue. Hex color #6B767E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B767E is #948981. Grayscale: #737373. Windows color (decimal): -9734530 or 8287851. OLE color: 8287851.
HSL color Cylindrical-coordinate representation of color #6B767E: hue angle of 205.26º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6B767E is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 118 | 126 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.51 |
| HSL | 205.26º | 0.08% | 0.46% | - |
| HSV(B) | 205.26º | 0.15% | 0.49% | - |
| XYZ | 16.31 | 17.59 | 22.27 | - |
| YUV | 115.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 126 | 0.15 | 0.06 | 0 | 0.51 | 205.26 | 0.08 | 0.46 |
| Hex | 6B | 76 | 7E | F | 6 | 0 | 33 | CD | 8 | 2E |
| Octal | 153 | 166 | 176 | 17 | 6 | 0 | 63 | 315 | 10 | 56 |
| Binary | 1101011 | 1110110 | 1111110 | 1111 | 110 | 0 | 110011 | 11001101 | 1000 | 101110 |
Color Harmonies of #6B767E
Complementary color
Monochromatic Colors of #6B767E
Black with #6B767E
Text Example
Text Example
White with #6B767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B767E; }
p { color: rgb(107,118,126); }
H1.HeaderClassName
{
color: #6B767E;
}
.AnyTagClassName
{
color: #6B767E;
}
</style>
background-color css
<style>
a { background-color: #6B767E; }
a { background-color: rgb(107,118,126); }
div.DivClassName
{
background-color: #6B767E;
}
.BgClassName
{
background-color: #6B767E;
}
</style>
border-color css
<style>
span { border-color: #6B767E; }
span { border-color: rgb(107,118,126); }
td.TdClassName
{
border-color: #6B767E;
}
.TagClassName
{
border-color: #6B767E;
}
</style>