Shades of Lynch #697D8A
Tints of Lynch #697D8A
RGB
CMYK
RGB Variations
Color information
#697D8A (or 0x697D8A) is known color: Lynch. HEX triplet: 69, 7D and 8A. RGB value is (105,125,138). Sum of RGB (Red+Green+Blue) = 105+125+138=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 138 - color contains mainly: blue. Hex color #697D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697D8A is #968275. Grayscale: #787878. Windows color (decimal): -9863798 or 9076073. OLE color: 9076073.
HSL color Cylindrical-coordinate representation of color #697D8A: hue angle of 203.64º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #697D8A is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 125 | 138 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.46 |
| HSL | 203.64º | 0.14% | 0.48% | - |
| HSV(B) | 203.64º | 0.24% | 0.54% | - |
| XYZ | 17.75 | 19.51 | 26.87 | - |
| YUV | 120.5 | 137.87 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 125 | 138 | 0.24 | 0.09 | 0 | 0.46 | 203.64 | 0.14 | 0.48 |
| Hex | 69 | 7D | 8A | 18 | 9 | 0 | 2E | CC | E | 30 |
| Octal | 151 | 175 | 212 | 30 | 11 | 0 | 56 | 314 | 16 | 60 |
| Binary | 1101001 | 1111101 | 10001010 | 11000 | 1001 | 0 | 101110 | 11001100 | 1110 | 110000 |
Color Harmonies of #697D8A
Complementary color
Monochromatic Colors of #697D8A
Black with #697D8A
Text Example
Text Example
White with #697D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697D8A; }
p { color: rgb(105,125,138); }
H1.HeaderClassName
{
color: #697D8A;
}
.AnyTagClassName
{
color: #697D8A;
}
</style>
background-color css
<style>
a { background-color: #697D8A; }
a { background-color: rgb(105,125,138); }
div.DivClassName
{
background-color: #697D8A;
}
.BgClassName
{
background-color: #697D8A;
}
</style>
border-color css
<style>
span { border-color: #697D8A; }
span { border-color: rgb(105,125,138); }
td.TdClassName
{
border-color: #697D8A;
}
.TagClassName
{
border-color: #697D8A;
}
</style>