Shades of Lynch #697C85
Tints of Lynch #697C85
RGB
CMYK
RGB Variations
Color information
#697C85 (or 0x697C85) is known color: Lynch. HEX triplet: 69, 7C and 85. RGB value is (105,124,133). Sum of RGB (Red+Green+Blue) = 105+124+133=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 133 - color contains mainly: blue. Hex color #697C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697C85 is #96837A. Grayscale: #777777. Windows color (decimal): -9864059 or 8748137. OLE color: 8748137.
HSL color Cylindrical-coordinate representation of color #697C85: hue angle of 199.29º 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 #697C85 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 124 | 133 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.48 |
| HSL | 199.29º | 0.12% | 0.47% | - |
| HSV(B) | 199.29º | 0.21% | 0.52% | - |
| XYZ | 17.27 | 19.11 | 24.97 | - |
| YUV | 119.35 | 135.71 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 133 | 0.21 | 0.07 | 0 | 0.48 | 199.29 | 0.12 | 0.47 |
| Hex | 69 | 7C | 85 | 15 | 7 | 0 | 30 | C7 | C | 2F |
| Octal | 151 | 174 | 205 | 25 | 7 | 0 | 60 | 307 | 14 | 57 |
| Binary | 1101001 | 1111100 | 10000101 | 10101 | 111 | 0 | 110000 | 11000111 | 1100 | 101111 |
Color Harmonies of #697C85
Complementary color
Monochromatic Colors of #697C85
Black with #697C85
Text Example
Text Example
White with #697C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C85; }
p { color: rgb(105,124,133); }
H1.HeaderClassName
{
color: #697C85;
}
.AnyTagClassName
{
color: #697C85;
}
</style>
background-color css
<style>
a { background-color: #697C85; }
a { background-color: rgb(105,124,133); }
div.DivClassName
{
background-color: #697C85;
}
.BgClassName
{
background-color: #697C85;
}
</style>
border-color css
<style>
span { border-color: #697C85; }
span { border-color: rgb(105,124,133); }
td.TdClassName
{
border-color: #697C85;
}
.TagClassName
{
border-color: #697C85;
}
</style>