Shades of Lynch #6D7982
Tints of Lynch #6D7982
RGB
CMYK
RGB Variations
Color information
#6D7982 (or 0x6D7982) is known color: Lynch. HEX triplet: 6D, 79 and 82. RGB value is (109,121,130). Sum of RGB (Red+Green+Blue) = 109+121+130=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 130 - color contains mainly: blue. Hex color #6D7982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7982 is #92867D. Grayscale: #767676. Windows color (decimal): -9602686 or 8550765. OLE color: 8550765.
HSL color Cylindrical-coordinate representation of color #6D7982: hue angle of 205.71º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6D7982 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 121 | 130 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.49 |
| HSL | 205.71º | 0.09% | 0.47% | - |
| HSV(B) | 205.71º | 0.16% | 0.51% | - |
| XYZ | 17.17 | 18.54 | 23.79 | - |
| YUV | 118.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 121 | 130 | 0.16 | 0.07 | 0 | 0.49 | 205.71 | 0.09 | 0.47 |
| Hex | 6D | 79 | 82 | 10 | 7 | 0 | 31 | CE | 9 | 2F |
| Octal | 155 | 171 | 202 | 20 | 7 | 0 | 61 | 316 | 11 | 57 |
| Binary | 1101101 | 1111001 | 10000010 | 10000 | 111 | 0 | 110001 | 11001110 | 1001 | 101111 |
Color Harmonies of #6D7982
Complementary color
Monochromatic Colors of #6D7982
Black with #6D7982
Text Example
Text Example
White with #6D7982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7982; }
p { color: rgb(109,121,130); }
H1.HeaderClassName
{
color: #6D7982;
}
.AnyTagClassName
{
color: #6D7982;
}
</style>
background-color css
<style>
a { background-color: #6D7982; }
a { background-color: rgb(109,121,130); }
div.DivClassName
{
background-color: #6D7982;
}
.BgClassName
{
background-color: #6D7982;
}
</style>
border-color css
<style>
span { border-color: #6D7982; }
span { border-color: rgb(109,121,130); }
td.TdClassName
{
border-color: #6D7982;
}
.TagClassName
{
border-color: #6D7982;
}
</style>