Shades of Lynch #697A89
Tints of Lynch #697A89
RGB
CMYK
RGB Variations
Color information
#697A89 (or 0x697A89) is known color: Lynch. HEX triplet: 69, 7A and 89. RGB value is (105,122,137). Sum of RGB (Red+Green+Blue) = 105+122+137=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 137 - color contains mainly: blue. Hex color #697A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697A89 is #968576. Grayscale: #767676. Windows color (decimal): -9864567 or 9009769. OLE color: 9009769.
HSL color Cylindrical-coordinate representation of color #697A89: hue angle of 208.12º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #697A89 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 122 | 137 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.46 |
| HSL | 208.13º | 0.13% | 0.47% | - |
| HSV(B) | 208.13º | 0.23% | 0.54% | - |
| XYZ | 17.3 | 18.73 | 26.37 | - |
| YUV | 118.63 | 138.37 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 137 | 0.23 | 0.11 | 0 | 0.46 | 208.13 | 0.13 | 0.47 |
| Hex | 69 | 7A | 89 | 17 | B | 0 | 2E | D0 | D | 2F |
| Octal | 151 | 172 | 211 | 27 | 13 | 0 | 56 | 320 | 15 | 57 |
| Binary | 1101001 | 1111010 | 10001001 | 10111 | 1011 | 0 | 101110 | 11010000 | 1101 | 101111 |
Color Harmonies of #697A89
Complementary color
Monochromatic Colors of #697A89
Black with #697A89
Text Example
Text Example
White with #697A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697A89; }
p { color: rgb(105,122,137); }
H1.HeaderClassName
{
color: #697A89;
}
.AnyTagClassName
{
color: #697A89;
}
</style>
background-color css
<style>
a { background-color: #697A89; }
a { background-color: rgb(105,122,137); }
div.DivClassName
{
background-color: #697A89;
}
.BgClassName
{
background-color: #697A89;
}
</style>
border-color css
<style>
span { border-color: #697A89; }
span { border-color: rgb(105,122,137); }
td.TdClassName
{
border-color: #697A89;
}
.TagClassName
{
border-color: #697A89;
}
</style>