Shades of Lynch #697A85
Tints of Lynch #697A85
RGB
CMYK
RGB Variations
Color information
#697A85 (or 0x697A85) is known color: Lynch. HEX triplet: 69, 7A and 85. RGB value is (105,122,133). Sum of RGB (Red+Green+Blue) = 105+122+133=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 133 - color contains mainly: blue. Hex color #697A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697A85 is #96857A. Grayscale: #767676. Windows color (decimal): -9864571 or 8747625. OLE color: 8747625.
HSL color Cylindrical-coordinate representation of color #697A85: hue angle of 203.57º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #697A85 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 122 | 133 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.48 |
| HSL | 203.57º | 0.12% | 0.47% | - |
| HSV(B) | 203.57º | 0.21% | 0.52% | - |
| XYZ | 17.02 | 18.62 | 24.89 | - |
| YUV | 118.17 | 136.37 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 133 | 0.21 | 0.08 | 0 | 0.48 | 203.57 | 0.12 | 0.47 |
| Hex | 69 | 7A | 85 | 15 | 8 | 0 | 30 | CC | C | 2F |
| Octal | 151 | 172 | 205 | 25 | 10 | 0 | 60 | 314 | 14 | 57 |
| Binary | 1101001 | 1111010 | 10000101 | 10101 | 1000 | 0 | 110000 | 11001100 | 1100 | 101111 |
Color Harmonies of #697A85
Complementary color
Monochromatic Colors of #697A85
Black with #697A85
Text Example
Text Example
White with #697A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697A85; }
p { color: rgb(105,122,133); }
H1.HeaderClassName
{
color: #697A85;
}
.AnyTagClassName
{
color: #697A85;
}
</style>
background-color css
<style>
a { background-color: #697A85; }
a { background-color: rgb(105,122,133); }
div.DivClassName
{
background-color: #697A85;
}
.BgClassName
{
background-color: #697A85;
}
</style>
border-color css
<style>
span { border-color: #697A85; }
span { border-color: rgb(105,122,133); }
td.TdClassName
{
border-color: #697A85;
}
.TagClassName
{
border-color: #697A85;
}
</style>