Shades of Lynch #657D8B
Tints of Lynch #657D8B
RGB
CMYK
RGB Variations
Color information
#657D8B (or 0x657D8B) is known color: Lynch. HEX triplet: 65, 7D and 8B. RGB value is (101,125,139). Sum of RGB (Red+Green+Blue) = 101+125+139=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 139 - color contains mainly: blue. Hex color #657D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657D8B is #9A8274. Grayscale: #777777. Windows color (decimal): -10125941 or 9141605. OLE color: 9141605.
HSL color Cylindrical-coordinate representation of color #657D8B: hue angle of 202.11º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #657D8B is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 125 | 139 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.45 |
| HSL | 202.11º | 0.16% | 0.47% | - |
| HSV(B) | 202.11º | 0.27% | 0.55% | - |
| XYZ | 17.36 | 19.3 | 27.24 | - |
| YUV | 119.42 | 139.05 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 139 | 0.27 | 0.10 | 0 | 0.45 | 202.11 | 0.16 | 0.47 |
| Hex | 65 | 7D | 8B | 1B | A | 0 | 2D | CA | 10 | 2F |
| Octal | 145 | 175 | 213 | 33 | 12 | 0 | 55 | 312 | 20 | 57 |
| Binary | 1100101 | 1111101 | 10001011 | 11011 | 1010 | 0 | 101101 | 11001010 | 10000 | 101111 |
Color Harmonies of #657D8B
Complementary color
Monochromatic Colors of #657D8B
Black with #657D8B
Text Example
Text Example
White with #657D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657D8B; }
p { color: rgb(101,125,139); }
H1.HeaderClassName
{
color: #657D8B;
}
.AnyTagClassName
{
color: #657D8B;
}
</style>
background-color css
<style>
a { background-color: #657D8B; }
a { background-color: rgb(101,125,139); }
div.DivClassName
{
background-color: #657D8B;
}
.BgClassName
{
background-color: #657D8B;
}
</style>
border-color css
<style>
span { border-color: #657D8B; }
span { border-color: rgb(101,125,139); }
td.TdClassName
{
border-color: #657D8B;
}
.TagClassName
{
border-color: #657D8B;
}
</style>