Shades of Lynch #658093
Tints of Lynch #658093
RGB
CMYK
RGB Variations
Color information
#658093 (or 0x658093) is known color: Lynch. HEX triplet: 65, 80 and 93. RGB value is (101,128,147). Sum of RGB (Red+Green+Blue) = 101+128+147=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 147 - color contains mainly: blue. Hex color #658093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658093 is #9A7F6C. Grayscale: #797979. Windows color (decimal): -10125165 or 9666661. OLE color: 9666661.
HSL color Cylindrical-coordinate representation of color #658093: hue angle of 204.78º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #658093 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 128 | 147 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.42 |
| HSL | 204.78º | 0.19% | 0.49% | - |
| HSV(B) | 204.78º | 0.31% | 0.58% | - |
| XYZ | 18.35 | 20.31 | 30.56 | - |
| YUV | 122.09 | 142.05 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 147 | 0.31 | 0.13 | 0 | 0.42 | 204.78 | 0.19 | 0.49 |
| Hex | 65 | 80 | 93 | 1F | D | 0 | 2A | CD | 13 | 31 |
| Octal | 145 | 200 | 223 | 37 | 15 | 0 | 52 | 315 | 23 | 61 |
| Binary | 1100101 | 10000000 | 10010011 | 11111 | 1101 | 0 | 101010 | 11001101 | 10011 | 110001 |
Color Harmonies of #658093
Complementary color
Monochromatic Colors of #658093
Black with #658093
Text Example
Text Example
White with #658093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658093; }
p { color: rgb(101,128,147); }
H1.HeaderClassName
{
color: #658093;
}
.AnyTagClassName
{
color: #658093;
}
</style>
background-color css
<style>
a { background-color: #658093; }
a { background-color: rgb(101,128,147); }
div.DivClassName
{
background-color: #658093;
}
.BgClassName
{
background-color: #658093;
}
</style>
border-color css
<style>
span { border-color: #658093; }
span { border-color: rgb(101,128,147); }
td.TdClassName
{
border-color: #658093;
}
.TagClassName
{
border-color: #658093;
}
</style>