Shades of Lynch #657E90
Tints of Lynch #657E90
RGB
CMYK
RGB Variations
Color information
#657E90 (or 0x657E90) is known color: Lynch. HEX triplet: 65, 7E and 90. RGB value is (101,126,144). Sum of RGB (Red+Green+Blue) = 101+126+144=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 144 - color contains mainly: blue. Hex color #657E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657E90 is #9A816F. Grayscale: #787878. Windows color (decimal): -10125680 or 9469541. OLE color: 9469541.
HSL color Cylindrical-coordinate representation of color #657E90: hue angle of 205.12º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #657E90 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 126 | 144 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.44 |
| HSL | 205.12º | 0.18% | 0.48% | - |
| HSV(B) | 205.12º | 0.3% | 0.56% | - |
| XYZ | 17.86 | 19.7 | 29.25 | - |
| YUV | 120.58 | 141.22 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 144 | 0.30 | 0.12 | 0 | 0.44 | 205.12 | 0.18 | 0.48 |
| Hex | 65 | 7E | 90 | 1E | C | 0 | 2C | CD | 12 | 30 |
| Octal | 145 | 176 | 220 | 36 | 14 | 0 | 54 | 315 | 22 | 60 |
| Binary | 1100101 | 1111110 | 10010000 | 11110 | 1100 | 0 | 101100 | 11001101 | 10010 | 110000 |
Color Harmonies of #657E90
Complementary color
Monochromatic Colors of #657E90
Black with #657E90
Text Example
Text Example
White with #657E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657E90; }
p { color: rgb(101,126,144); }
H1.HeaderClassName
{
color: #657E90;
}
.AnyTagClassName
{
color: #657E90;
}
</style>
background-color css
<style>
a { background-color: #657E90; }
a { background-color: rgb(101,126,144); }
div.DivClassName
{
background-color: #657E90;
}
.BgClassName
{
background-color: #657E90;
}
</style>
border-color css
<style>
span { border-color: #657E90; }
span { border-color: rgb(101,126,144); }
td.TdClassName
{
border-color: #657E90;
}
.TagClassName
{
border-color: #657E90;
}
</style>