Shades of Lynch #697D87
Tints of Lynch #697D87
RGB
CMYK
RGB Variations
Color information
#697D87 (or 0x697D87) is known color: Lynch. HEX triplet: 69, 7D and 87. RGB value is (105,125,135). Sum of RGB (Red+Green+Blue) = 105+125+135=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 135 - color contains mainly: blue. Hex color #697D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697D87 is #968278. Grayscale: #787878. Windows color (decimal): -9863801 or 8879465. OLE color: 8879465.
HSL color Cylindrical-coordinate representation of color #697D87: hue angle of 200º 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 #697D87 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 125 | 135 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.47 |
| HSL | 200º | 0.13% | 0.47% | - |
| HSV(B) | 200º | 0.22% | 0.53% | - |
| XYZ | 17.53 | 19.42 | 25.75 | - |
| YUV | 120.16 | 136.37 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 125 | 135 | 0.22 | 0.07 | 0 | 0.47 | 200 | 0.13 | 0.47 |
| Hex | 69 | 7D | 87 | 16 | 7 | 0 | 2F | C8 | C | 2F |
| Octal | 151 | 175 | 207 | 26 | 7 | 0 | 57 | 310 | 14 | 57 |
| Binary | 1101001 | 1111101 | 10000111 | 10110 | 111 | 0 | 101111 | 11001000 | 1100 | 101111 |
Color Harmonies of #697D87
Complementary color
Monochromatic Colors of #697D87
Black with #697D87
Text Example
Text Example
White with #697D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697D87; }
p { color: rgb(105,125,135); }
H1.HeaderClassName
{
color: #697D87;
}
.AnyTagClassName
{
color: #697D87;
}
</style>
background-color css
<style>
a { background-color: #697D87; }
a { background-color: rgb(105,125,135); }
div.DivClassName
{
background-color: #697D87;
}
.BgClassName
{
background-color: #697D87;
}
</style>
border-color css
<style>
span { border-color: #697D87; }
span { border-color: rgb(105,125,135); }
td.TdClassName
{
border-color: #697D87;
}
.TagClassName
{
border-color: #697D87;
}
</style>