Shades of Lynch #697E8B
Tints of Lynch #697E8B
RGB
CMYK
RGB Variations
Color information
#697E8B (or 0x697E8B) is known color: Lynch. HEX triplet: 69, 7E and 8B. RGB value is (105,126,139). Sum of RGB (Red+Green+Blue) = 105+126+139=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #697E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697E8B is #968174. Grayscale: #797979. Windows color (decimal): -9863541 or 9141865. OLE color: 9141865.
HSL color Cylindrical-coordinate representation of color #697E8B: hue angle of 202.94º 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 #697E8B is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 126 | 139 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.45 |
| HSL | 202.94º | 0.14% | 0.48% | - |
| HSV(B) | 202.94º | 0.24% | 0.55% | - |
| XYZ | 17.95 | 19.79 | 27.3 | - |
| YUV | 121.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 126 | 139 | 0.24 | 0.09 | 0 | 0.45 | 202.94 | 0.14 | 0.48 |
| Hex | 69 | 7E | 8B | 18 | 9 | 0 | 2D | CB | E | 30 |
| Octal | 151 | 176 | 213 | 30 | 11 | 0 | 55 | 313 | 16 | 60 |
| Binary | 1101001 | 1111110 | 10001011 | 11000 | 1001 | 0 | 101101 | 11001011 | 1110 | 110000 |
Color Harmonies of #697E8B
Complementary color
Monochromatic Colors of #697E8B
Black with #697E8B
Text Example
Text Example
White with #697E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697E8B; }
p { color: rgb(105,126,139); }
H1.HeaderClassName
{
color: #697E8B;
}
.AnyTagClassName
{
color: #697E8B;
}
</style>
background-color css
<style>
a { background-color: #697E8B; }
a { background-color: rgb(105,126,139); }
div.DivClassName
{
background-color: #697E8B;
}
.BgClassName
{
background-color: #697E8B;
}
</style>
border-color css
<style>
span { border-color: #697E8B; }
span { border-color: rgb(105,126,139); }
td.TdClassName
{
border-color: #697E8B;
}
.TagClassName
{
border-color: #697E8B;
}
</style>