Shades of Lynch #6F808A
Tints of Lynch #6F808A
RGB
CMYK
RGB Variations
Color information
#6F808A (or 0x6F808A) is known color: Lynch. HEX triplet: 6F, 80 and 8A. RGB value is (111,128,138). Sum of RGB (Red+Green+Blue) = 111+128+138=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F808A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F808A is #907F75. Grayscale: #7C7C7C. Windows color (decimal): -9469814 or 9076847. OLE color: 9076847.
HSL color Cylindrical-coordinate representation of color #6F808A: hue angle of 202.22º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F808A is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 128 | 138 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.46 |
| HSL | 202.22º | 0.11% | 0.49% | - |
| HSV(B) | 202.22º | 0.2% | 0.54% | - |
| XYZ | 18.86 | 20.65 | 27.04 | - |
| YUV | 124.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 128 | 138 | 0.20 | 0.07 | 0 | 0.46 | 202.22 | 0.11 | 0.49 |
| Hex | 6F | 80 | 8A | 14 | 7 | 0 | 2E | CA | B | 31 |
| Octal | 157 | 200 | 212 | 24 | 7 | 0 | 56 | 312 | 13 | 61 |
| Binary | 1101111 | 10000000 | 10001010 | 10100 | 111 | 0 | 101110 | 11001010 | 1011 | 110001 |
Color Harmonies of #6F808A
Complementary color
Monochromatic Colors of #6F808A
Black with #6F808A
Text Example
Text Example
White with #6F808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F808A; }
p { color: rgb(111,128,138); }
H1.HeaderClassName
{
color: #6F808A;
}
.AnyTagClassName
{
color: #6F808A;
}
</style>
background-color css
<style>
a { background-color: #6F808A; }
a { background-color: rgb(111,128,138); }
div.DivClassName
{
background-color: #6F808A;
}
.BgClassName
{
background-color: #6F808A;
}
</style>
border-color css
<style>
span { border-color: #6F808A; }
span { border-color: rgb(111,128,138); }
td.TdClassName
{
border-color: #6F808A;
}
.TagClassName
{
border-color: #6F808A;
}
</style>