Shades of Lynch #657E8A
Tints of Lynch #657E8A
RGB
CMYK
RGB Variations
Color information
#657E8A (or 0x657E8A) is known color: Lynch. HEX triplet: 65, 7E and 8A. RGB value is (101,126,138). Sum of RGB (Red+Green+Blue) = 101+126+138=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 138 - color contains mainly: blue. Hex color #657E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657E8A is #9A8175. Grayscale: #777777. Windows color (decimal): -10125686 or 9076325. OLE color: 9076325.
HSL color Cylindrical-coordinate representation of color #657E8A: hue angle of 199.46º 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 #657E8A is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 126 | 138 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.46 |
| HSL | 199.46º | 0.15% | 0.47% | - |
| HSV(B) | 199.46º | 0.27% | 0.54% | - |
| XYZ | 17.42 | 19.52 | 26.9 | - |
| YUV | 119.89 | 138.22 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 138 | 0.27 | 0.09 | 0 | 0.46 | 199.46 | 0.15 | 0.47 |
| Hex | 65 | 7E | 8A | 1B | 9 | 0 | 2E | C7 | F | 2F |
| Octal | 145 | 176 | 212 | 33 | 11 | 0 | 56 | 307 | 17 | 57 |
| Binary | 1100101 | 1111110 | 10001010 | 11011 | 1001 | 0 | 101110 | 11000111 | 1111 | 101111 |
Color Harmonies of #657E8A
Complementary color
Monochromatic Colors of #657E8A
Black with #657E8A
Text Example
Text Example
White with #657E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657E8A; }
p { color: rgb(101,126,138); }
H1.HeaderClassName
{
color: #657E8A;
}
.AnyTagClassName
{
color: #657E8A;
}
</style>
background-color css
<style>
a { background-color: #657E8A; }
a { background-color: rgb(101,126,138); }
div.DivClassName
{
background-color: #657E8A;
}
.BgClassName
{
background-color: #657E8A;
}
</style>
border-color css
<style>
span { border-color: #657E8A; }
span { border-color: rgb(101,126,138); }
td.TdClassName
{
border-color: #657E8A;
}
.TagClassName
{
border-color: #657E8A;
}
</style>