Shades of Lynch #6D818D
Tints of Lynch #6D818D
RGB
CMYK
RGB Variations
Color information
#6D818D (or 0x6D818D) is known color: Lynch. HEX triplet: 6D, 81 and 8D. RGB value is (109,129,141). Sum of RGB (Red+Green+Blue) = 109+129+141=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D818D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D818D is #927E72. Grayscale: #7C7C7C. Windows color (decimal): -9600627 or 9273709. OLE color: 9273709.
HSL color Cylindrical-coordinate representation of color #6D818D: hue angle of 202.5º 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 #6D818D is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 129 | 141 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.45 |
| HSL | 202.5º | 0.13% | 0.49% | - |
| HSV(B) | 202.5º | 0.23% | 0.55% | - |
| XYZ | 18.96 | 20.87 | 28.23 | - |
| YUV | 124.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 129 | 141 | 0.23 | 0.09 | 0 | 0.45 | 202.5 | 0.13 | 0.49 |
| Hex | 6D | 81 | 8D | 17 | 9 | 0 | 2D | CA | D | 31 |
| Octal | 155 | 201 | 215 | 27 | 11 | 0 | 55 | 312 | 15 | 61 |
| Binary | 1101101 | 10000001 | 10001101 | 10111 | 1001 | 0 | 101101 | 11001010 | 1101 | 110001 |
Color Harmonies of #6D818D
Complementary color
Monochromatic Colors of #6D818D
Black with #6D818D
Text Example
Text Example
White with #6D818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D818D; }
p { color: rgb(109,129,141); }
H1.HeaderClassName
{
color: #6D818D;
}
.AnyTagClassName
{
color: #6D818D;
}
</style>
background-color css
<style>
a { background-color: #6D818D; }
a { background-color: rgb(109,129,141); }
div.DivClassName
{
background-color: #6D818D;
}
.BgClassName
{
background-color: #6D818D;
}
</style>
border-color css
<style>
span { border-color: #6D818D; }
span { border-color: rgb(109,129,141); }
td.TdClassName
{
border-color: #6D818D;
}
.TagClassName
{
border-color: #6D818D;
}
</style>