Shades of Lynch #657F90
Tints of Lynch #657F90
RGB
CMYK
RGB Variations
Color information
#657F90 (or 0x657F90) is known color: Lynch. HEX triplet: 65, 7F and 90. RGB value is (101,127,144). Sum of RGB (Red+Green+Blue) = 101+127+144=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 144 - color contains mainly: blue. Hex color #657F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657F90 is #9A806F. Grayscale: #797979. Windows color (decimal): -10125424 or 9469797. OLE color: 9469797.
HSL color Cylindrical-coordinate representation of color #657F90: hue angle of 203.72º 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 #657F90 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 127 | 144 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.44 |
| HSL | 203.72º | 0.18% | 0.48% | - |
| HSV(B) | 203.72º | 0.3% | 0.56% | - |
| XYZ | 17.99 | 19.96 | 29.29 | - |
| YUV | 121.16 | 140.89 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 144 | 0.30 | 0.12 | 0 | 0.44 | 203.72 | 0.18 | 0.48 |
| Hex | 65 | 7F | 90 | 1E | C | 0 | 2C | CC | 12 | 30 |
| Octal | 145 | 177 | 220 | 36 | 14 | 0 | 54 | 314 | 22 | 60 |
| Binary | 1100101 | 1111111 | 10010000 | 11110 | 1100 | 0 | 101100 | 11001100 | 10010 | 110000 |
Color Harmonies of #657F90
Complementary color
Monochromatic Colors of #657F90
Black with #657F90
Text Example
Text Example
White with #657F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657F90; }
p { color: rgb(101,127,144); }
H1.HeaderClassName
{
color: #657F90;
}
.AnyTagClassName
{
color: #657F90;
}
</style>
background-color css
<style>
a { background-color: #657F90; }
a { background-color: rgb(101,127,144); }
div.DivClassName
{
background-color: #657F90;
}
.BgClassName
{
background-color: #657F90;
}
</style>
border-color css
<style>
span { border-color: #657F90; }
span { border-color: rgb(101,127,144); }
td.TdClassName
{
border-color: #657F90;
}
.TagClassName
{
border-color: #657F90;
}
</style>