Shades of Lynch #657A8A
Tints of Lynch #657A8A
RGB
CMYK
RGB Variations
Color information
#657A8A (or 0x657A8A) is known color: Lynch. HEX triplet: 65, 7A and 8A. RGB value is (101,122,138). Sum of RGB (Red+Green+Blue) = 101+122+138=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 138 - color contains mainly: blue. Hex color #657A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657A8A is #9A8575. Grayscale: #757575. Windows color (decimal): -10126710 or 9075301. OLE color: 9075301.
HSL color Cylindrical-coordinate representation of color #657A8A: hue angle of 205.95º 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 #657A8A is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 122 | 138 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.46 |
| HSL | 205.95º | 0.15% | 0.47% | - |
| HSV(B) | 205.95º | 0.27% | 0.54% | - |
| XYZ | 16.91 | 18.52 | 26.73 | - |
| YUV | 117.55 | 139.54 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 138 | 0.27 | 0.12 | 0 | 0.46 | 205.95 | 0.15 | 0.47 |
| Hex | 65 | 7A | 8A | 1B | C | 0 | 2E | CE | F | 2F |
| Octal | 145 | 172 | 212 | 33 | 14 | 0 | 56 | 316 | 17 | 57 |
| Binary | 1100101 | 1111010 | 10001010 | 11011 | 1100 | 0 | 101110 | 11001110 | 1111 | 101111 |
Color Harmonies of #657A8A
Complementary color
Monochromatic Colors of #657A8A
Black with #657A8A
Text Example
Text Example
White with #657A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657A8A; }
p { color: rgb(101,122,138); }
H1.HeaderClassName
{
color: #657A8A;
}
.AnyTagClassName
{
color: #657A8A;
}
</style>
background-color css
<style>
a { background-color: #657A8A; }
a { background-color: rgb(101,122,138); }
div.DivClassName
{
background-color: #657A8A;
}
.BgClassName
{
background-color: #657A8A;
}
</style>
border-color css
<style>
span { border-color: #657A8A; }
span { border-color: rgb(101,122,138); }
td.TdClassName
{
border-color: #657A8A;
}
.TagClassName
{
border-color: #657A8A;
}
</style>