Shades of Lynch #6D808D
Tints of Lynch #6D808D
RGB
CMYK
RGB Variations
Color information
#6D808D (or 0x6D808D) is known color: Lynch. HEX triplet: 6D, 80 and 8D. RGB value is (109,128,141). Sum of RGB (Red+Green+Blue) = 109+128+141=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D808D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D808D is #927F72. Grayscale: #7B7B7B. Windows color (decimal): -9600883 or 9273453. OLE color: 9273453.
HSL color Cylindrical-coordinate representation of color #6D808D: hue angle of 204.38º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D808D is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 128 | 141 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.45 |
| HSL | 204.38º | 0.13% | 0.49% | - |
| HSV(B) | 204.38º | 0.23% | 0.55% | - |
| XYZ | 18.83 | 20.61 | 28.19 | - |
| YUV | 123.8 | 137.71 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 128 | 141 | 0.23 | 0.09 | 0 | 0.45 | 204.38 | 0.13 | 0.49 |
| Hex | 6D | 80 | 8D | 17 | 9 | 0 | 2D | CC | D | 31 |
| Octal | 155 | 200 | 215 | 27 | 11 | 0 | 55 | 314 | 15 | 61 |
| Binary | 1101101 | 10000000 | 10001101 | 10111 | 1001 | 0 | 101101 | 11001100 | 1101 | 110001 |
Color Harmonies of #6D808D
Complementary color
Monochromatic Colors of #6D808D
Black with #6D808D
Text Example
Text Example
White with #6D808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D808D; }
p { color: rgb(109,128,141); }
H1.HeaderClassName
{
color: #6D808D;
}
.AnyTagClassName
{
color: #6D808D;
}
</style>
background-color css
<style>
a { background-color: #6D808D; }
a { background-color: rgb(109,128,141); }
div.DivClassName
{
background-color: #6D808D;
}
.BgClassName
{
background-color: #6D808D;
}
</style>
border-color css
<style>
span { border-color: #6D808D; }
span { border-color: rgb(109,128,141); }
td.TdClassName
{
border-color: #6D808D;
}
.TagClassName
{
border-color: #6D808D;
}
</style>