Shades of Lynch #6B7A82
Tints of Lynch #6B7A82
RGB
CMYK
RGB Variations
Color information
#6B7A82 (or 0x6B7A82) is known color: Lynch. HEX triplet: 6B, 7A and 82. RGB value is (107,122,130). Sum of RGB (Red+Green+Blue) = 107+122+130=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 130 - color contains mainly: blue. Hex color #6B7A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7A82 is #94857D. Grayscale: #767676. Windows color (decimal): -9733502 or 8551019. OLE color: 8551019.
HSL color Cylindrical-coordinate representation of color #6B7A82: hue angle of 200.87º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B7A82 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 122 | 130 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.49 |
| HSL | 200.87º | 0.1% | 0.46% | - |
| HSV(B) | 200.87º | 0.18% | 0.51% | - |
| XYZ | 17.05 | 18.66 | 23.82 | - |
| YUV | 118.43 | 134.53 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 130 | 0.18 | 0.06 | 0 | 0.49 | 200.87 | 0.1 | 0.46 |
| Hex | 6B | 7A | 82 | 12 | 6 | 0 | 31 | C9 | A | 2E |
| Octal | 153 | 172 | 202 | 22 | 6 | 0 | 61 | 311 | 12 | 56 |
| Binary | 1101011 | 1111010 | 10000010 | 10010 | 110 | 0 | 110001 | 11001001 | 1010 | 101110 |
Color Harmonies of #6B7A82
Complementary color
Monochromatic Colors of #6B7A82
Black with #6B7A82
Text Example
Text Example
White with #6B7A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7A82; }
p { color: rgb(107,122,130); }
H1.HeaderClassName
{
color: #6B7A82;
}
.AnyTagClassName
{
color: #6B7A82;
}
</style>
background-color css
<style>
a { background-color: #6B7A82; }
a { background-color: rgb(107,122,130); }
div.DivClassName
{
background-color: #6B7A82;
}
.BgClassName
{
background-color: #6B7A82;
}
</style>
border-color css
<style>
span { border-color: #6B7A82; }
span { border-color: rgb(107,122,130); }
td.TdClassName
{
border-color: #6B7A82;
}
.TagClassName
{
border-color: #6B7A82;
}
</style>