Shades of Lynch #6B818A
Tints of Lynch #6B818A
RGB
CMYK
RGB Variations
Color information
#6B818A (or 0x6B818A) is known color: Lynch. HEX triplet: 6B, 81 and 8A. RGB value is (107,129,138). Sum of RGB (Red+Green+Blue) = 107+129+138=374 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.61% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B818A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B818A is #947E75. Grayscale: #7B7B7B. Windows color (decimal): -9731702 or 9077099. OLE color: 9077099.
HSL color Cylindrical-coordinate representation of color #6B818A: hue angle of 197.42º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B818A is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 129 | 138 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.46 |
| HSL | 197.42º | 0.13% | 0.48% | - |
| HSV(B) | 197.42º | 0.22% | 0.54% | - |
| XYZ | 18.5 | 20.66 | 27.06 | - |
| YUV | 123.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 129 | 138 | 0.22 | 0.07 | 0 | 0.46 | 197.42 | 0.13 | 0.48 |
| Hex | 6B | 81 | 8A | 16 | 7 | 0 | 2E | C5 | D | 30 |
| Octal | 153 | 201 | 212 | 26 | 7 | 0 | 56 | 305 | 15 | 60 |
| Binary | 1101011 | 10000001 | 10001010 | 10110 | 111 | 0 | 101110 | 11000101 | 1101 | 110000 |
Color Harmonies of #6B818A
Complementary color
Monochromatic Colors of #6B818A
Black with #6B818A
Text Example
Text Example
White with #6B818A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B818A; }
p { color: rgb(107,129,138); }
H1.HeaderClassName
{
color: #6B818A;
}
.AnyTagClassName
{
color: #6B818A;
}
</style>
background-color css
<style>
a { background-color: #6B818A; }
a { background-color: rgb(107,129,138); }
div.DivClassName
{
background-color: #6B818A;
}
.BgClassName
{
background-color: #6B818A;
}
</style>
border-color css
<style>
span { border-color: #6B818A; }
span { border-color: rgb(107,129,138); }
td.TdClassName
{
border-color: #6B818A;
}
.TagClassName
{
border-color: #6B818A;
}
</style>