Shades of Lynch #697B8B
Tints of Lynch #697B8B
RGB
CMYK
RGB Variations
Color information
#697B8B (or 0x697B8B) is known color: Lynch. HEX triplet: 69, 7B and 8B. RGB value is (105,123,139). Sum of RGB (Red+Green+Blue) = 105+123+139=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #697B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697B8B is #968474. Grayscale: #777777. Windows color (decimal): -9864309 or 9141097. OLE color: 9141097.
HSL color Cylindrical-coordinate representation of color #697B8B: hue angle of 208.24º 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 #697B8B is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 123 | 139 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.45 |
| HSL | 208.24º | 0.14% | 0.48% | - |
| HSV(B) | 208.24º | 0.24% | 0.55% | - |
| XYZ | 17.57 | 19.03 | 27.17 | - |
| YUV | 119.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 139 | 0.24 | 0.12 | 0 | 0.45 | 208.24 | 0.14 | 0.48 |
| Hex | 69 | 7B | 8B | 18 | C | 0 | 2D | D0 | E | 30 |
| Octal | 151 | 173 | 213 | 30 | 14 | 0 | 55 | 320 | 16 | 60 |
| Binary | 1101001 | 1111011 | 10001011 | 11000 | 1100 | 0 | 101101 | 11010000 | 1110 | 110000 |
Color Harmonies of #697B8B
Complementary color
Monochromatic Colors of #697B8B
Black with #697B8B
Text Example
Text Example
White with #697B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697B8B; }
p { color: rgb(105,123,139); }
H1.HeaderClassName
{
color: #697B8B;
}
.AnyTagClassName
{
color: #697B8B;
}
</style>
background-color css
<style>
a { background-color: #697B8B; }
a { background-color: rgb(105,123,139); }
div.DivClassName
{
background-color: #697B8B;
}
.BgClassName
{
background-color: #697B8B;
}
</style>
border-color css
<style>
span { border-color: #697B8B; }
span { border-color: rgb(105,123,139); }
td.TdClassName
{
border-color: #697B8B;
}
.TagClassName
{
border-color: #697B8B;
}
</style>