Shades of Lynch #6B7D8C
Tints of Lynch #6B7D8C
RGB
CMYK
RGB Variations
Color information
#6B7D8C (or 0x6B7D8C) is known color: Lynch. HEX triplet: 6B, 7D and 8C. RGB value is (107,125,140). Sum of RGB (Red+Green+Blue) = 107+125+140=372 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.76% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 140 - color contains mainly: blue. Hex color #6B7D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7D8C is #948273. Grayscale: #797979. Windows color (decimal): -9732724 or 9207147. OLE color: 9207147.
HSL color Cylindrical-coordinate representation of color #6B7D8C: hue angle of 207.27º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B7D8C is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 125 | 140 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.45 |
| HSL | 207.27º | 0.13% | 0.48% | - |
| HSV(B) | 207.27º | 0.24% | 0.55% | - |
| XYZ | 18.13 | 19.69 | 27.66 | - |
| YUV | 121.33 | 138.54 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 125 | 140 | 0.24 | 0.11 | 0 | 0.45 | 207.27 | 0.13 | 0.48 |
| Hex | 6B | 7D | 8C | 18 | B | 0 | 2D | CF | D | 30 |
| Octal | 153 | 175 | 214 | 30 | 13 | 0 | 55 | 317 | 15 | 60 |
| Binary | 1101011 | 1111101 | 10001100 | 11000 | 1011 | 0 | 101101 | 11001111 | 1101 | 110000 |
Color Harmonies of #6B7D8C
Complementary color
Monochromatic Colors of #6B7D8C
Black with #6B7D8C
Text Example
Text Example
White with #6B7D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7D8C; }
p { color: rgb(107,125,140); }
H1.HeaderClassName
{
color: #6B7D8C;
}
.AnyTagClassName
{
color: #6B7D8C;
}
</style>
background-color css
<style>
a { background-color: #6B7D8C; }
a { background-color: rgb(107,125,140); }
div.DivClassName
{
background-color: #6B7D8C;
}
.BgClassName
{
background-color: #6B7D8C;
}
</style>
border-color css
<style>
span { border-color: #6B7D8C; }
span { border-color: rgb(107,125,140); }
td.TdClassName
{
border-color: #6B7D8C;
}
.TagClassName
{
border-color: #6B7D8C;
}
</style>