Shades of Lynch #6D7E8B
Tints of Lynch #6D7E8B
RGB
CMYK
RGB Variations
Color information
#6D7E8B (or 0x6D7E8B) is known color: Lynch. HEX triplet: 6D, 7E and 8B. RGB value is (109,126,139). Sum of RGB (Red+Green+Blue) = 109+126+139=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D7E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7E8B is #928174. Grayscale: #7A7A7A. Windows color (decimal): -9601397 or 9141869. OLE color: 9141869.
HSL color Cylindrical-coordinate representation of color #6D7E8B: hue angle of 206º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D7E8B is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 126 | 139 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.45 |
| HSL | 206º | 0.12% | 0.49% | - |
| HSV(B) | 206º | 0.22% | 0.55% | - |
| XYZ | 18.43 | 20.04 | 27.32 | - |
| YUV | 122.4 | 137.37 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 126 | 139 | 0.22 | 0.09 | 0 | 0.45 | 206 | 0.12 | 0.49 |
| Hex | 6D | 7E | 8B | 16 | 9 | 0 | 2D | CE | C | 31 |
| Octal | 155 | 176 | 213 | 26 | 11 | 0 | 55 | 316 | 14 | 61 |
| Binary | 1101101 | 1111110 | 10001011 | 10110 | 1001 | 0 | 101101 | 11001110 | 1100 | 110001 |
Color Harmonies of #6D7E8B
Complementary color
Monochromatic Colors of #6D7E8B
Black with #6D7E8B
Text Example
Text Example
White with #6D7E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7E8B; }
p { color: rgb(109,126,139); }
H1.HeaderClassName
{
color: #6D7E8B;
}
.AnyTagClassName
{
color: #6D7E8B;
}
</style>
background-color css
<style>
a { background-color: #6D7E8B; }
a { background-color: rgb(109,126,139); }
div.DivClassName
{
background-color: #6D7E8B;
}
.BgClassName
{
background-color: #6D7E8B;
}
</style>
border-color css
<style>
span { border-color: #6D7E8B; }
span { border-color: rgb(109,126,139); }
td.TdClassName
{
border-color: #6D7E8B;
}
.TagClassName
{
border-color: #6D7E8B;
}
</style>