Shades of Lynch #6B808A
Tints of Lynch #6B808A
RGB
CMYK
RGB Variations
Color information
#6B808A (or 0x6B808A) is known color: Lynch. HEX triplet: 6B, 80 and 8A. RGB value is (107,128,138). Sum of RGB (Red+Green+Blue) = 107+128+138=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B808A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B808A is #947F75. Grayscale: #7A7A7A. Windows color (decimal): -9731958 or 9076843. OLE color: 9076843.
HSL color Cylindrical-coordinate representation of color #6B808A: hue angle of 199.35º 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 #6B808A is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 128 | 138 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.46 |
| HSL | 199.35º | 0.13% | 0.48% | - |
| HSV(B) | 199.35º | 0.22% | 0.54% | - |
| XYZ | 18.37 | 20.4 | 27.01 | - |
| YUV | 122.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 128 | 138 | 0.22 | 0.07 | 0 | 0.46 | 199.35 | 0.13 | 0.48 |
| Hex | 6B | 80 | 8A | 16 | 7 | 0 | 2E | C7 | D | 30 |
| Octal | 153 | 200 | 212 | 26 | 7 | 0 | 56 | 307 | 15 | 60 |
| Binary | 1101011 | 10000000 | 10001010 | 10110 | 111 | 0 | 101110 | 11000111 | 1101 | 110000 |
Color Harmonies of #6B808A
Complementary color
Monochromatic Colors of #6B808A
Black with #6B808A
Text Example
Text Example
White with #6B808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B808A; }
p { color: rgb(107,128,138); }
H1.HeaderClassName
{
color: #6B808A;
}
.AnyTagClassName
{
color: #6B808A;
}
</style>
background-color css
<style>
a { background-color: #6B808A; }
a { background-color: rgb(107,128,138); }
div.DivClassName
{
background-color: #6B808A;
}
.BgClassName
{
background-color: #6B808A;
}
</style>
border-color css
<style>
span { border-color: #6B808A; }
span { border-color: rgb(107,128,138); }
td.TdClassName
{
border-color: #6B808A;
}
.TagClassName
{
border-color: #6B808A;
}
</style>