Shades of Lynch #657A87
Tints of Lynch #657A87
RGB
CMYK
RGB Variations
Color information
#657A87 (or 0x657A87) is known color: Lynch. HEX triplet: 65, 7A and 87. RGB value is (101,122,135). Sum of RGB (Red+Green+Blue) = 101+122+135=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 135 - color contains mainly: blue. Hex color #657A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657A87 is #9A8578. Grayscale: #757575. Windows color (decimal): -10126713 or 8878693. OLE color: 8878693.
HSL color Cylindrical-coordinate representation of color #657A87: hue angle of 202.94º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #657A87 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 122 | 135 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.47 |
| HSL | 202.94º | 0.14% | 0.46% | - |
| HSV(B) | 202.94º | 0.25% | 0.53% | - |
| XYZ | 16.7 | 18.44 | 25.6 | - |
| YUV | 117.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 135 | 0.25 | 0.10 | 0 | 0.47 | 202.94 | 0.14 | 0.46 |
| Hex | 65 | 7A | 87 | 19 | A | 0 | 2F | CB | E | 2E |
| Octal | 145 | 172 | 207 | 31 | 12 | 0 | 57 | 313 | 16 | 56 |
| Binary | 1100101 | 1111010 | 10000111 | 11001 | 1010 | 0 | 101111 | 11001011 | 1110 | 101110 |
Color Harmonies of #657A87
Complementary color
Monochromatic Colors of #657A87
Black with #657A87
Text Example
Text Example
White with #657A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657A87; }
p { color: rgb(101,122,135); }
H1.HeaderClassName
{
color: #657A87;
}
.AnyTagClassName
{
color: #657A87;
}
</style>
background-color css
<style>
a { background-color: #657A87; }
a { background-color: rgb(101,122,135); }
div.DivClassName
{
background-color: #657A87;
}
.BgClassName
{
background-color: #657A87;
}
</style>
border-color css
<style>
span { border-color: #657A87; }
span { border-color: rgb(101,122,135); }
td.TdClassName
{
border-color: #657A87;
}
.TagClassName
{
border-color: #657A87;
}
</style>