Shades of Lynch #657A8E
Tints of Lynch #657A8E
RGB
CMYK
RGB Variations
Color information
#657A8E (or 0x657A8E) is known color: Lynch. HEX triplet: 65, 7A and 8E. RGB value is (101,122,142). Sum of RGB (Red+Green+Blue) = 101+122+142=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 142 - color contains mainly: blue. Hex color #657A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657A8E is #9A8571. Grayscale: #757575. Windows color (decimal): -10126706 or 9337445. OLE color: 9337445.
HSL color Cylindrical-coordinate representation of color #657A8E: hue angle of 209.27º 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 #657A8E is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 122 | 142 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.44 |
| HSL | 209.27º | 0.17% | 0.48% | - |
| HSV(B) | 209.27º | 0.29% | 0.56% | - |
| XYZ | 17.21 | 18.64 | 28.28 | - |
| YUV | 118 | 141.54 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 142 | 0.29 | 0.14 | 0 | 0.44 | 209.27 | 0.17 | 0.48 |
| Hex | 65 | 7A | 8E | 1D | E | 0 | 2C | D1 | 11 | 30 |
| Octal | 145 | 172 | 216 | 35 | 16 | 0 | 54 | 321 | 21 | 60 |
| Binary | 1100101 | 1111010 | 10001110 | 11101 | 1110 | 0 | 101100 | 11010001 | 10001 | 110000 |
Color Harmonies of #657A8E
Complementary color
Monochromatic Colors of #657A8E
Black with #657A8E
Text Example
Text Example
White with #657A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657A8E; }
p { color: rgb(101,122,142); }
H1.HeaderClassName
{
color: #657A8E;
}
.AnyTagClassName
{
color: #657A8E;
}
</style>
background-color css
<style>
a { background-color: #657A8E; }
a { background-color: rgb(101,122,142); }
div.DivClassName
{
background-color: #657A8E;
}
.BgClassName
{
background-color: #657A8E;
}
</style>
border-color css
<style>
span { border-color: #657A8E; }
span { border-color: rgb(101,122,142); }
td.TdClassName
{
border-color: #657A8E;
}
.TagClassName
{
border-color: #657A8E;
}
</style>