Shades of Lynch #6F7D85
Tints of Lynch #6F7D85
RGB
CMYK
RGB Variations
Color information
#6F7D85 (or 0x6F7D85) is known color: Lynch. HEX triplet: 6F, 7D and 85. RGB value is (111,125,133). Sum of RGB (Red+Green+Blue) = 111+125+133=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 133 - color contains mainly: blue. Hex color #6F7D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7D85 is #90827A. Grayscale: #797979. Windows color (decimal): -9470587 or 8748399. OLE color: 8748399.
HSL color Cylindrical-coordinate representation of color #6F7D85: hue angle of 201.82º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F7D85 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 125 | 133 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.48 |
| HSL | 201.82º | 0.09% | 0.48% | - |
| HSV(B) | 201.82º | 0.17% | 0.52% | - |
| XYZ | 18.12 | 19.74 | 25.05 | - |
| YUV | 121.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 125 | 133 | 0.17 | 0.06 | 0 | 0.48 | 201.82 | 0.09 | 0.48 |
| Hex | 6F | 7D | 85 | 11 | 6 | 0 | 30 | CA | 9 | 30 |
| Octal | 157 | 175 | 205 | 21 | 6 | 0 | 60 | 312 | 11 | 60 |
| Binary | 1101111 | 1111101 | 10000101 | 10001 | 110 | 0 | 110000 | 11001010 | 1001 | 110000 |
Color Harmonies of #6F7D85
Complementary color
Monochromatic Colors of #6F7D85
Black with #6F7D85
Text Example
Text Example
White with #6F7D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7D85; }
p { color: rgb(111,125,133); }
H1.HeaderClassName
{
color: #6F7D85;
}
.AnyTagClassName
{
color: #6F7D85;
}
</style>
background-color css
<style>
a { background-color: #6F7D85; }
a { background-color: rgb(111,125,133); }
div.DivClassName
{
background-color: #6F7D85;
}
.BgClassName
{
background-color: #6F7D85;
}
</style>
border-color css
<style>
span { border-color: #6F7D85; }
span { border-color: rgb(111,125,133); }
td.TdClassName
{
border-color: #6F7D85;
}
.TagClassName
{
border-color: #6F7D85;
}
</style>