Shades of Lynch #6D7980
Tints of Lynch #6D7980
RGB
CMYK
RGB Variations
Color information
#6D7980 (or 0x6D7980) is known color: Lynch. HEX triplet: 6D, 79 and 80. RGB value is (109,121,128). Sum of RGB (Red+Green+Blue) = 109+121+128=358 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.45% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 128 - color contains mainly: blue. Hex color #6D7980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7980 is #92867F. Grayscale: #767676. Windows color (decimal): -9602688 or 8419693. OLE color: 8419693.
HSL color Cylindrical-coordinate representation of color #6D7980: hue angle of 202.11º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6D7980 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 121 | 128 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.50 |
| HSL | 202.11º | 0.08% | 0.46% | - |
| HSV(B) | 202.11º | 0.15% | 0.5% | - |
| XYZ | 17.04 | 18.48 | 23.09 | - |
| YUV | 118.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 121 | 128 | 0.15 | 0.05 | 0 | 0.50 | 202.11 | 0.08 | 0.46 |
| Hex | 6D | 79 | 80 | F | 5 | 0 | 32 | CA | 8 | 2E |
| Octal | 155 | 171 | 200 | 17 | 5 | 0 | 62 | 312 | 10 | 56 |
| Binary | 1101101 | 1111001 | 10000000 | 1111 | 101 | 0 | 110010 | 11001010 | 1000 | 101110 |
Color Harmonies of #6D7980
Complementary color
Monochromatic Colors of #6D7980
Black with #6D7980
Text Example
Text Example
White with #6D7980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7980; }
p { color: rgb(109,121,128); }
H1.HeaderClassName
{
color: #6D7980;
}
.AnyTagClassName
{
color: #6D7980;
}
</style>
background-color css
<style>
a { background-color: #6D7980; }
a { background-color: rgb(109,121,128); }
div.DivClassName
{
background-color: #6D7980;
}
.BgClassName
{
background-color: #6D7980;
}
</style>
border-color css
<style>
span { border-color: #6D7980; }
span { border-color: rgb(109,121,128); }
td.TdClassName
{
border-color: #6D7980;
}
.TagClassName
{
border-color: #6D7980;
}
</style>