Shades of Lynch #697C86
Tints of Lynch #697C86
RGB
CMYK
RGB Variations
Color information
#697C86 (or 0x697C86) is known color: Lynch. HEX triplet: 69, 7C and 86. RGB value is (105,124,134). Sum of RGB (Red+Green+Blue) = 105+124+134=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 134 - color contains mainly: blue. Hex color #697C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697C86 is #968379. Grayscale: #777777. Windows color (decimal): -9864058 or 8813673. OLE color: 8813673.
HSL color Cylindrical-coordinate representation of color #697C86: hue angle of 200.69º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #697C86 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 124 | 134 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.47 |
| HSL | 200.69º | 0.12% | 0.47% | - |
| HSV(B) | 200.69º | 0.22% | 0.53% | - |
| XYZ | 17.34 | 19.14 | 25.33 | - |
| YUV | 119.46 | 136.21 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 134 | 0.22 | 0.07 | 0 | 0.47 | 200.69 | 0.12 | 0.47 |
| Hex | 69 | 7C | 86 | 16 | 7 | 0 | 2F | C9 | C | 2F |
| Octal | 151 | 174 | 206 | 26 | 7 | 0 | 57 | 311 | 14 | 57 |
| Binary | 1101001 | 1111100 | 10000110 | 10110 | 111 | 0 | 101111 | 11001001 | 1100 | 101111 |
Color Harmonies of #697C86
Complementary color
Monochromatic Colors of #697C86
Black with #697C86
Text Example
Text Example
White with #697C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C86; }
p { color: rgb(105,124,134); }
H1.HeaderClassName
{
color: #697C86;
}
.AnyTagClassName
{
color: #697C86;
}
</style>
background-color css
<style>
a { background-color: #697C86; }
a { background-color: rgb(105,124,134); }
div.DivClassName
{
background-color: #697C86;
}
.BgClassName
{
background-color: #697C86;
}
</style>
border-color css
<style>
span { border-color: #697C86; }
span { border-color: rgb(105,124,134); }
td.TdClassName
{
border-color: #697C86;
}
.TagClassName
{
border-color: #697C86;
}
</style>