Shades of Lynch #697C8B
Tints of Lynch #697C8B
RGB
CMYK
RGB Variations
Color information
#697C8B (or 0x697C8B) is known color: Lynch. HEX triplet: 69, 7C and 8B. RGB value is (105,124,139). Sum of RGB (Red+Green+Blue) = 105+124+139=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #697C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697C8B is #968374. Grayscale: #777777. Windows color (decimal): -9864053 or 9141353. OLE color: 9141353.
HSL color Cylindrical-coordinate representation of color #697C8B: hue angle of 206.47º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #697C8B is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 124 | 139 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.45 |
| HSL | 206.47º | 0.14% | 0.48% | - |
| HSV(B) | 206.47º | 0.24% | 0.55% | - |
| XYZ | 17.69 | 19.28 | 27.22 | - |
| YUV | 120.03 | 138.71 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 139 | 0.24 | 0.11 | 0 | 0.45 | 206.47 | 0.14 | 0.48 |
| Hex | 69 | 7C | 8B | 18 | B | 0 | 2D | CE | E | 30 |
| Octal | 151 | 174 | 213 | 30 | 13 | 0 | 55 | 316 | 16 | 60 |
| Binary | 1101001 | 1111100 | 10001011 | 11000 | 1011 | 0 | 101101 | 11001110 | 1110 | 110000 |
Color Harmonies of #697C8B
Complementary color
Monochromatic Colors of #697C8B
Black with #697C8B
Text Example
Text Example
White with #697C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C8B; }
p { color: rgb(105,124,139); }
H1.HeaderClassName
{
color: #697C8B;
}
.AnyTagClassName
{
color: #697C8B;
}
</style>
background-color css
<style>
a { background-color: #697C8B; }
a { background-color: rgb(105,124,139); }
div.DivClassName
{
background-color: #697C8B;
}
.BgClassName
{
background-color: #697C8B;
}
</style>
border-color css
<style>
span { border-color: #697C8B; }
span { border-color: rgb(105,124,139); }
td.TdClassName
{
border-color: #697C8B;
}
.TagClassName
{
border-color: #697C8B;
}
</style>