Shades of Lynch #657B89
Tints of Lynch #657B89
RGB
CMYK
RGB Variations
Color information
#657B89 (or 0x657B89) is known color: Lynch. HEX triplet: 65, 7B and 89. RGB value is (101,123,137). Sum of RGB (Red+Green+Blue) = 101+123+137=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 137 - color contains mainly: blue. Hex color #657B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657B89 is #9A8476. Grayscale: #757575. Windows color (decimal): -10126455 or 9010021. OLE color: 9010021.
HSL color Cylindrical-coordinate representation of color #657B89: hue angle of 203.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #657B89 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 123 | 137 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.46 |
| HSL | 203.33º | 0.15% | 0.47% | - |
| HSV(B) | 203.33º | 0.26% | 0.54% | - |
| XYZ | 16.97 | 18.74 | 26.39 | - |
| YUV | 118.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 123 | 137 | 0.26 | 0.10 | 0 | 0.46 | 203.33 | 0.15 | 0.47 |
| Hex | 65 | 7B | 89 | 1A | A | 0 | 2E | CB | F | 2F |
| Octal | 145 | 173 | 211 | 32 | 12 | 0 | 56 | 313 | 17 | 57 |
| Binary | 1100101 | 1111011 | 10001001 | 11010 | 1010 | 0 | 101110 | 11001011 | 1111 | 101111 |
Color Harmonies of #657B89
Complementary color
Monochromatic Colors of #657B89
Black with #657B89
Text Example
Text Example
White with #657B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657B89; }
p { color: rgb(101,123,137); }
H1.HeaderClassName
{
color: #657B89;
}
.AnyTagClassName
{
color: #657B89;
}
</style>
background-color css
<style>
a { background-color: #657B89; }
a { background-color: rgb(101,123,137); }
div.DivClassName
{
background-color: #657B89;
}
.BgClassName
{
background-color: #657B89;
}
</style>
border-color css
<style>
span { border-color: #657B89; }
span { border-color: rgb(101,123,137); }
td.TdClassName
{
border-color: #657B89;
}
.TagClassName
{
border-color: #657B89;
}
</style>