Shades of Lynch #657B8E
Tints of Lynch #657B8E
RGB
CMYK
RGB Variations
Color information
#657B8E (or 0x657B8E) is known color: Lynch. HEX triplet: 65, 7B and 8E. RGB value is (101,123,142). Sum of RGB (Red+Green+Blue) = 101+123+142=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 142 - color contains mainly: blue. Hex color #657B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657B8E is #9A8471. Grayscale: #767676. Windows color (decimal): -10126450 or 9337701. OLE color: 9337701.
HSL color Cylindrical-coordinate representation of color #657B8E: hue angle of 207.8º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #657B8E is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 123 | 142 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.44 |
| HSL | 207.8º | 0.17% | 0.48% | - |
| HSV(B) | 207.8º | 0.29% | 0.56% | - |
| XYZ | 17.33 | 18.89 | 28.32 | - |
| YUV | 118.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 123 | 142 | 0.29 | 0.13 | 0 | 0.44 | 207.8 | 0.17 | 0.48 |
| Hex | 65 | 7B | 8E | 1D | D | 0 | 2C | D0 | 11 | 30 |
| Octal | 145 | 173 | 216 | 35 | 15 | 0 | 54 | 320 | 21 | 60 |
| Binary | 1100101 | 1111011 | 10001110 | 11101 | 1101 | 0 | 101100 | 11010000 | 10001 | 110000 |
Color Harmonies of #657B8E
Complementary color
Monochromatic Colors of #657B8E
Black with #657B8E
Text Example
Text Example
White with #657B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657B8E; }
p { color: rgb(101,123,142); }
H1.HeaderClassName
{
color: #657B8E;
}
.AnyTagClassName
{
color: #657B8E;
}
</style>
background-color css
<style>
a { background-color: #657B8E; }
a { background-color: rgb(101,123,142); }
div.DivClassName
{
background-color: #657B8E;
}
.BgClassName
{
background-color: #657B8E;
}
</style>
border-color css
<style>
span { border-color: #657B8E; }
span { border-color: rgb(101,123,142); }
td.TdClassName
{
border-color: #657B8E;
}
.TagClassName
{
border-color: #657B8E;
}
</style>