Shades of Lynch #6D7A86
Tints of Lynch #6D7A86
RGB
CMYK
RGB Variations
Color information
#6D7A86 (or 0x6D7A86) is known color: Lynch. HEX triplet: 6D, 7A and 86. RGB value is (109,122,134). Sum of RGB (Red+Green+Blue) = 109+122+134=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 134 - color contains mainly: blue. Hex color #6D7A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7A86 is #928579. Grayscale: #777777. Windows color (decimal): -9602426 or 8813165. OLE color: 8813165.
HSL color Cylindrical-coordinate representation of color #6D7A86: hue angle of 208.8º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6D7A86 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 122 | 134 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.47 |
| HSL | 208.8º | 0.1% | 0.48% | - |
| HSV(B) | 208.8º | 0.19% | 0.53% | - |
| XYZ | 17.57 | 18.89 | 25.27 | - |
| YUV | 119.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 122 | 134 | 0.19 | 0.09 | 0 | 0.47 | 208.8 | 0.1 | 0.48 |
| Hex | 6D | 7A | 86 | 13 | 9 | 0 | 2F | D1 | A | 30 |
| Octal | 155 | 172 | 206 | 23 | 11 | 0 | 57 | 321 | 12 | 60 |
| Binary | 1101101 | 1111010 | 10000110 | 10011 | 1001 | 0 | 101111 | 11010001 | 1010 | 110000 |
Color Harmonies of #6D7A86
Complementary color
Monochromatic Colors of #6D7A86
Black with #6D7A86
Text Example
Text Example
White with #6D7A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7A86; }
p { color: rgb(109,122,134); }
H1.HeaderClassName
{
color: #6D7A86;
}
.AnyTagClassName
{
color: #6D7A86;
}
</style>
background-color css
<style>
a { background-color: #6D7A86; }
a { background-color: rgb(109,122,134); }
div.DivClassName
{
background-color: #6D7A86;
}
.BgClassName
{
background-color: #6D7A86;
}
</style>
border-color css
<style>
span { border-color: #6D7A86; }
span { border-color: rgb(109,122,134); }
td.TdClassName
{
border-color: #6D7A86;
}
.TagClassName
{
border-color: #6D7A86;
}
</style>