Shades of Lynch #657682
Tints of Lynch #657682
RGB
CMYK
RGB Variations
Color information
#657682 (or 0x657682) is known color: Lynch. HEX triplet: 65, 76 and 82. RGB value is (101,118,130). Sum of RGB (Red+Green+Blue) = 101+118+130=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 130 - color contains mainly: blue. Hex color #657682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657682 is #9A897D. Grayscale: #727272. Windows color (decimal): -10127742 or 8549989. OLE color: 8549989.
HSL color Cylindrical-coordinate representation of color #657682: hue angle of 204.83º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #657682 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 118 | 130 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.49 |
| HSL | 204.83º | 0.13% | 0.45% | - |
| HSV(B) | 204.83º | 0.22% | 0.51% | - |
| XYZ | 15.87 | 17.34 | 23.63 | - |
| YUV | 114.29 | 136.87 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 130 | 0.22 | 0.09 | 0 | 0.49 | 204.83 | 0.13 | 0.45 |
| Hex | 65 | 76 | 82 | 16 | 9 | 0 | 31 | CD | D | 2D |
| Octal | 145 | 166 | 202 | 26 | 11 | 0 | 61 | 315 | 15 | 55 |
| Binary | 1100101 | 1110110 | 10000010 | 10110 | 1001 | 0 | 110001 | 11001101 | 1101 | 101101 |
Color Harmonies of #657682
Complementary color
Monochromatic Colors of #657682
Black with #657682
Text Example
Text Example
White with #657682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657682; }
p { color: rgb(101,118,130); }
H1.HeaderClassName
{
color: #657682;
}
.AnyTagClassName
{
color: #657682;
}
</style>
background-color css
<style>
a { background-color: #657682; }
a { background-color: rgb(101,118,130); }
div.DivClassName
{
background-color: #657682;
}
.BgClassName
{
background-color: #657682;
}
</style>
border-color css
<style>
span { border-color: #657682; }
span { border-color: rgb(101,118,130); }
td.TdClassName
{
border-color: #657682;
}
.TagClassName
{
border-color: #657682;
}
</style>