Shades of Lynch #6D7D89
Tints of Lynch #6D7D89
RGB
CMYK
RGB Variations
Color information
#6D7D89 (or 0x6D7D89) is known color: Lynch. HEX triplet: 6D, 7D and 89. RGB value is (109,125,137). Sum of RGB (Red+Green+Blue) = 109+125+137=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 137 - color contains mainly: blue. Hex color #6D7D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7D89 is #928276. Grayscale: #797979. Windows color (decimal): -9601655 or 9010541. OLE color: 9010541.
HSL color Cylindrical-coordinate representation of color #6D7D89: hue angle of 205.71º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D7D89 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 125 | 137 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.46 |
| HSL | 205.71º | 0.11% | 0.48% | - |
| HSV(B) | 205.71º | 0.2% | 0.54% | - |
| XYZ | 18.16 | 19.72 | 26.52 | - |
| YUV | 121.58 | 136.7 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 125 | 137 | 0.20 | 0.09 | 0 | 0.46 | 205.71 | 0.11 | 0.48 |
| Hex | 6D | 7D | 89 | 14 | 9 | 0 | 2E | CE | B | 30 |
| Octal | 155 | 175 | 211 | 24 | 11 | 0 | 56 | 316 | 13 | 60 |
| Binary | 1101101 | 1111101 | 10001001 | 10100 | 1001 | 0 | 101110 | 11001110 | 1011 | 110000 |
Color Harmonies of #6D7D89
Complementary color
Monochromatic Colors of #6D7D89
Black with #6D7D89
Text Example
Text Example
White with #6D7D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7D89; }
p { color: rgb(109,125,137); }
H1.HeaderClassName
{
color: #6D7D89;
}
.AnyTagClassName
{
color: #6D7D89;
}
</style>
background-color css
<style>
a { background-color: #6D7D89; }
a { background-color: rgb(109,125,137); }
div.DivClassName
{
background-color: #6D7D89;
}
.BgClassName
{
background-color: #6D7D89;
}
</style>
border-color css
<style>
span { border-color: #6D7D89; }
span { border-color: rgb(109,125,137); }
td.TdClassName
{
border-color: #6D7D89;
}
.TagClassName
{
border-color: #6D7D89;
}
</style>