Shades of Lynch #6D808C
Tints of Lynch #6D808C
RGB
CMYK
RGB Variations
Color information
#6D808C (or 0x6D808C) is known color: Lynch. HEX triplet: 6D, 80 and 8C. RGB value is (109,128,140). Sum of RGB (Red+Green+Blue) = 109+128+140=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D808C is #927F73. Grayscale: #7B7B7B. Windows color (decimal): -9600884 or 9207917. OLE color: 9207917.
HSL color Cylindrical-coordinate representation of color #6D808C: hue angle of 203.23º 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 #6D808C is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 128 | 140 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.45 |
| HSL | 203.23º | 0.12% | 0.49% | - |
| HSV(B) | 203.23º | 0.22% | 0.55% | - |
| XYZ | 18.76 | 20.58 | 27.8 | - |
| YUV | 123.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 128 | 140 | 0.22 | 0.09 | 0 | 0.45 | 203.23 | 0.12 | 0.49 |
| Hex | 6D | 80 | 8C | 16 | 9 | 0 | 2D | CB | C | 31 |
| Octal | 155 | 200 | 214 | 26 | 11 | 0 | 55 | 313 | 14 | 61 |
| Binary | 1101101 | 10000000 | 10001100 | 10110 | 1001 | 0 | 101101 | 11001011 | 1100 | 110001 |
Color Harmonies of #6D808C
Complementary color
Monochromatic Colors of #6D808C
Black with #6D808C
Text Example
Text Example
White with #6D808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D808C; }
p { color: rgb(109,128,140); }
H1.HeaderClassName
{
color: #6D808C;
}
.AnyTagClassName
{
color: #6D808C;
}
</style>
background-color css
<style>
a { background-color: #6D808C; }
a { background-color: rgb(109,128,140); }
div.DivClassName
{
background-color: #6D808C;
}
.BgClassName
{
background-color: #6D808C;
}
</style>
border-color css
<style>
span { border-color: #6D808C; }
span { border-color: rgb(109,128,140); }
td.TdClassName
{
border-color: #6D808C;
}
.TagClassName
{
border-color: #6D808C;
}
</style>