Shades of Lynch #697D89
Tints of Lynch #697D89
RGB
CMYK
RGB Variations
Color information
#697D89 (or 0x697D89) is known color: Lynch. HEX triplet: 69, 7D and 89. RGB value is (105,125,137). Sum of RGB (Red+Green+Blue) = 105+125+137=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 137 - color contains mainly: blue. Hex color #697D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697D89 is #968276. Grayscale: #787878. Windows color (decimal): -9863799 or 9010537. OLE color: 9010537.
HSL color Cylindrical-coordinate representation of color #697D89: hue angle of 202.5º 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 #697D89 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 125 | 137 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.46 |
| HSL | 202.5º | 0.13% | 0.47% | - |
| HSV(B) | 202.5º | 0.23% | 0.54% | - |
| XYZ | 17.67 | 19.48 | 26.49 | - |
| YUV | 120.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 125 | 137 | 0.23 | 0.09 | 0 | 0.46 | 202.5 | 0.13 | 0.47 |
| Hex | 69 | 7D | 89 | 17 | 9 | 0 | 2E | CA | D | 2F |
| Octal | 151 | 175 | 211 | 27 | 11 | 0 | 56 | 312 | 15 | 57 |
| Binary | 1101001 | 1111101 | 10001001 | 10111 | 1001 | 0 | 101110 | 11001010 | 1101 | 101111 |
Color Harmonies of #697D89
Complementary color
Monochromatic Colors of #697D89
Black with #697D89
Text Example
Text Example
White with #697D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697D89; }
p { color: rgb(105,125,137); }
H1.HeaderClassName
{
color: #697D89;
}
.AnyTagClassName
{
color: #697D89;
}
</style>
background-color css
<style>
a { background-color: #697D89; }
a { background-color: rgb(105,125,137); }
div.DivClassName
{
background-color: #697D89;
}
.BgClassName
{
background-color: #697D89;
}
</style>
border-color css
<style>
span { border-color: #697D89; }
span { border-color: rgb(105,125,137); }
td.TdClassName
{
border-color: #697D89;
}
.TagClassName
{
border-color: #697D89;
}
</style>