Shades of Lynch #6B818D
Tints of Lynch #6B818D
RGB
CMYK
RGB Variations
Color information
#6B818D (or 0x6B818D) is known color: Lynch. HEX triplet: 6B, 81 and 8D. RGB value is (107,129,141). Sum of RGB (Red+Green+Blue) = 107+129+141=377 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.38% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B818D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B818D is #947E72. Grayscale: #7B7B7B. Windows color (decimal): -9731699 or 9273707. OLE color: 9273707.
HSL color Cylindrical-coordinate representation of color #6B818D: hue angle of 201.18º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B818D is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 129 | 141 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.45 |
| HSL | 201.18º | 0.14% | 0.49% | - |
| HSV(B) | 201.18º | 0.24% | 0.55% | - |
| XYZ | 18.72 | 20.75 | 28.22 | - |
| YUV | 123.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 129 | 141 | 0.24 | 0.09 | 0 | 0.45 | 201.18 | 0.14 | 0.49 |
| Hex | 6B | 81 | 8D | 18 | 9 | 0 | 2D | C9 | E | 31 |
| Octal | 153 | 201 | 215 | 30 | 11 | 0 | 55 | 311 | 16 | 61 |
| Binary | 1101011 | 10000001 | 10001101 | 11000 | 1001 | 0 | 101101 | 11001001 | 1110 | 110001 |
Color Harmonies of #6B818D
Complementary color
Monochromatic Colors of #6B818D
Black with #6B818D
Text Example
Text Example
White with #6B818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B818D; }
p { color: rgb(107,129,141); }
H1.HeaderClassName
{
color: #6B818D;
}
.AnyTagClassName
{
color: #6B818D;
}
</style>
background-color css
<style>
a { background-color: #6B818D; }
a { background-color: rgb(107,129,141); }
div.DivClassName
{
background-color: #6B818D;
}
.BgClassName
{
background-color: #6B818D;
}
</style>
border-color css
<style>
span { border-color: #6B818D; }
span { border-color: rgb(107,129,141); }
td.TdClassName
{
border-color: #6B818D;
}
.TagClassName
{
border-color: #6B818D;
}
</style>