Shades of Lynch #6F8591
Tints of Lynch #6F8591
RGB
CMYK
RGB Variations
Color information
#6F8591 (or 0x6F8591) is known color: Lynch. HEX triplet: 6F, 85 and 91. RGB value is (111,133,145). Sum of RGB (Red+Green+Blue) = 111+133+145=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F8591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8591 is #907A6E. Grayscale: #7F7F7F. Windows color (decimal): -9468527 or 9536879. OLE color: 9536879.
HSL color Cylindrical-coordinate representation of color #6F8591: hue angle of 201.18º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F8591 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 133 | 145 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.43 |
| HSL | 201.18º | 0.13% | 0.5% | - |
| HSV(B) | 201.18º | 0.23% | 0.57% | - |
| XYZ | 20.05 | 22.2 | 30.02 | - |
| YUV | 127.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 133 | 145 | 0.23 | 0.08 | 0 | 0.43 | 201.18 | 0.13 | 0.5 |
| Hex | 6F | 85 | 91 | 17 | 8 | 0 | 2B | C9 | D | 32 |
| Octal | 157 | 205 | 221 | 27 | 10 | 0 | 53 | 311 | 15 | 62 |
| Binary | 1101111 | 10000101 | 10010001 | 10111 | 1000 | 0 | 101011 | 11001001 | 1101 | 110010 |
Color Harmonies of #6F8591
Complementary color
Monochromatic Colors of #6F8591
Black with #6F8591
Text Example
Text Example
White with #6F8591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8591; }
p { color: rgb(111,133,145); }
H1.HeaderClassName
{
color: #6F8591;
}
.AnyTagClassName
{
color: #6F8591;
}
</style>
background-color css
<style>
a { background-color: #6F8591; }
a { background-color: rgb(111,133,145); }
div.DivClassName
{
background-color: #6F8591;
}
.BgClassName
{
background-color: #6F8591;
}
</style>
border-color css
<style>
span { border-color: #6F8591; }
span { border-color: rgb(111,133,145); }
td.TdClassName
{
border-color: #6F8591;
}
.TagClassName
{
border-color: #6F8591;
}
</style>