Shades of Lynch #697D8B
Tints of Lynch #697D8B
RGB
CMYK
RGB Variations
Color information
#697D8B (or 0x697D8B) is known color: Lynch. HEX triplet: 69, 7D and 8B. RGB value is (105,125,139). Sum of RGB (Red+Green+Blue) = 105+125+139=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #697D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697D8B is #968274. Grayscale: #787878. Windows color (decimal): -9863797 or 9141609. OLE color: 9141609.
HSL color Cylindrical-coordinate representation of color #697D8B: hue angle of 204.71º 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 #697D8B is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 125 | 139 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.45 |
| HSL | 204.71º | 0.14% | 0.48% | - |
| HSV(B) | 204.71º | 0.24% | 0.55% | - |
| XYZ | 17.82 | 19.53 | 27.26 | - |
| YUV | 120.62 | 138.37 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 125 | 139 | 0.24 | 0.10 | 0 | 0.45 | 204.71 | 0.14 | 0.48 |
| Hex | 69 | 7D | 8B | 18 | A | 0 | 2D | CD | E | 30 |
| Octal | 151 | 175 | 213 | 30 | 12 | 0 | 55 | 315 | 16 | 60 |
| Binary | 1101001 | 1111101 | 10001011 | 11000 | 1010 | 0 | 101101 | 11001101 | 1110 | 110000 |
Color Harmonies of #697D8B
Complementary color
Monochromatic Colors of #697D8B
Black with #697D8B
Text Example
Text Example
White with #697D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697D8B; }
p { color: rgb(105,125,139); }
H1.HeaderClassName
{
color: #697D8B;
}
.AnyTagClassName
{
color: #697D8B;
}
</style>
background-color css
<style>
a { background-color: #697D8B; }
a { background-color: rgb(105,125,139); }
div.DivClassName
{
background-color: #697D8B;
}
.BgClassName
{
background-color: #697D8B;
}
</style>
border-color css
<style>
span { border-color: #697D8B; }
span { border-color: rgb(105,125,139); }
td.TdClassName
{
border-color: #697D8B;
}
.TagClassName
{
border-color: #697D8B;
}
</style>