Shades of Lynch #6F808B
Tints of Lynch #6F808B
RGB
CMYK
RGB Variations
Color information
#6F808B (or 0x6F808B) is known color: Lynch. HEX triplet: 6F, 80 and 8B. RGB value is (111,128,139). Sum of RGB (Red+Green+Blue) = 111+128+139=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F808B is #907F74. Grayscale: #7C7C7C. Windows color (decimal): -9469813 or 9142383. OLE color: 9142383.
HSL color Cylindrical-coordinate representation of color #6F808B: hue angle of 203.57º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F808B is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 128 | 139 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.45 |
| HSL | 203.57º | 0.11% | 0.49% | - |
| HSV(B) | 203.57º | 0.2% | 0.55% | - |
| XYZ | 18.93 | 20.68 | 27.42 | - |
| YUV | 124.17 | 136.37 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 128 | 139 | 0.20 | 0.08 | 0 | 0.45 | 203.57 | 0.11 | 0.49 |
| Hex | 6F | 80 | 8B | 14 | 8 | 0 | 2D | CC | B | 31 |
| Octal | 157 | 200 | 213 | 24 | 10 | 0 | 55 | 314 | 13 | 61 |
| Binary | 1101111 | 10000000 | 10001011 | 10100 | 1000 | 0 | 101101 | 11001100 | 1011 | 110001 |
Color Harmonies of #6F808B
Complementary color
Monochromatic Colors of #6F808B
Black with #6F808B
Text Example
Text Example
White with #6F808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F808B; }
p { color: rgb(111,128,139); }
H1.HeaderClassName
{
color: #6F808B;
}
.AnyTagClassName
{
color: #6F808B;
}
</style>
background-color css
<style>
a { background-color: #6F808B; }
a { background-color: rgb(111,128,139); }
div.DivClassName
{
background-color: #6F808B;
}
.BgClassName
{
background-color: #6F808B;
}
</style>
border-color css
<style>
span { border-color: #6F808B; }
span { border-color: rgb(111,128,139); }
td.TdClassName
{
border-color: #6F808B;
}
.TagClassName
{
border-color: #6F808B;
}
</style>