Shades of Lynch #657D8A
Tints of Lynch #657D8A
RGB
CMYK
RGB Variations
Color information
#657D8A (or 0x657D8A) is known color: Lynch. HEX triplet: 65, 7D and 8A. RGB value is (101,125,138). Sum of RGB (Red+Green+Blue) = 101+125+138=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 138 - color contains mainly: blue. Hex color #657D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657D8A is #9A8275. Grayscale: #777777. Windows color (decimal): -10125942 or 9076069. OLE color: 9076069.
HSL color Cylindrical-coordinate representation of color #657D8A: hue angle of 201.08º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #657D8A is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 125 | 138 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.46 |
| HSL | 201.08º | 0.15% | 0.47% | - |
| HSV(B) | 201.08º | 0.27% | 0.54% | - |
| XYZ | 17.29 | 19.27 | 26.85 | - |
| YUV | 119.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 138 | 0.27 | 0.09 | 0 | 0.46 | 201.08 | 0.15 | 0.47 |
| Hex | 65 | 7D | 8A | 1B | 9 | 0 | 2E | C9 | F | 2F |
| Octal | 145 | 175 | 212 | 33 | 11 | 0 | 56 | 311 | 17 | 57 |
| Binary | 1100101 | 1111101 | 10001010 | 11011 | 1001 | 0 | 101110 | 11001001 | 1111 | 101111 |
Color Harmonies of #657D8A
Complementary color
Monochromatic Colors of #657D8A
Black with #657D8A
Text Example
Text Example
White with #657D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657D8A; }
p { color: rgb(101,125,138); }
H1.HeaderClassName
{
color: #657D8A;
}
.AnyTagClassName
{
color: #657D8A;
}
</style>
background-color css
<style>
a { background-color: #657D8A; }
a { background-color: rgb(101,125,138); }
div.DivClassName
{
background-color: #657D8A;
}
.BgClassName
{
background-color: #657D8A;
}
</style>
border-color css
<style>
span { border-color: #657D8A; }
span { border-color: rgb(101,125,138); }
td.TdClassName
{
border-color: #657D8A;
}
.TagClassName
{
border-color: #657D8A;
}
</style>