Shades of Lynch #697D88
Tints of Lynch #697D88
RGB
CMYK
RGB Variations
Color information
#697D88 (or 0x697D88) is known color: Lynch. HEX triplet: 69, 7D and 88. RGB value is (105,125,136). Sum of RGB (Red+Green+Blue) = 105+125+136=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 136 - color contains mainly: blue. Hex color #697D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697D88 is #968277. Grayscale: #787878. Windows color (decimal): -9863800 or 8945001. OLE color: 8945001.
HSL color Cylindrical-coordinate representation of color #697D88: hue angle of 201.29º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #697D88 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 125 | 136 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.47 |
| HSL | 201.29º | 0.13% | 0.47% | - |
| HSV(B) | 201.29º | 0.23% | 0.53% | - |
| XYZ | 17.6 | 19.45 | 26.12 | - |
| YUV | 120.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 125 | 136 | 0.23 | 0.08 | 0 | 0.47 | 201.29 | 0.13 | 0.47 |
| Hex | 69 | 7D | 88 | 17 | 8 | 0 | 2F | C9 | D | 2F |
| Octal | 151 | 175 | 210 | 27 | 10 | 0 | 57 | 311 | 15 | 57 |
| Binary | 1101001 | 1111101 | 10001000 | 10111 | 1000 | 0 | 101111 | 11001001 | 1101 | 101111 |
Color Harmonies of #697D88
Complementary color
Monochromatic Colors of #697D88
Black with #697D88
Text Example
Text Example
White with #697D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697D88; }
p { color: rgb(105,125,136); }
H1.HeaderClassName
{
color: #697D88;
}
.AnyTagClassName
{
color: #697D88;
}
</style>
background-color css
<style>
a { background-color: #697D88; }
a { background-color: rgb(105,125,136); }
div.DivClassName
{
background-color: #697D88;
}
.BgClassName
{
background-color: #697D88;
}
</style>
border-color css
<style>
span { border-color: #697D88; }
span { border-color: rgb(105,125,136); }
td.TdClassName
{
border-color: #697D88;
}
.TagClassName
{
border-color: #697D88;
}
</style>