Shades of Lynch #658193
Tints of Lynch #658193
RGB
CMYK
RGB Variations
Color information
#658193 (or 0x658193) is known color: Lynch. HEX triplet: 65, 81 and 93. RGB value is (101,129,147). Sum of RGB (Red+Green+Blue) = 101+129+147=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 147 - color contains mainly: blue. Hex color #658193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658193 is #9A7E6C. Grayscale: #7A7A7A. Windows color (decimal): -10124909 or 9666917. OLE color: 9666917.
HSL color Cylindrical-coordinate representation of color #658193: hue angle of 203.48º 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 #658193 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 129 | 147 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.42 |
| HSL | 203.48º | 0.19% | 0.49% | - |
| HSV(B) | 203.48º | 0.31% | 0.58% | - |
| XYZ | 18.48 | 20.57 | 30.6 | - |
| YUV | 122.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 147 | 0.31 | 0.12 | 0 | 0.42 | 203.48 | 0.19 | 0.49 |
| Hex | 65 | 81 | 93 | 1F | C | 0 | 2A | CB | 13 | 31 |
| Octal | 145 | 201 | 223 | 37 | 14 | 0 | 52 | 313 | 23 | 61 |
| Binary | 1100101 | 10000001 | 10010011 | 11111 | 1100 | 0 | 101010 | 11001011 | 10011 | 110001 |
Color Harmonies of #658193
Complementary color
Monochromatic Colors of #658193
Black with #658193
Text Example
Text Example
White with #658193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658193; }
p { color: rgb(101,129,147); }
H1.HeaderClassName
{
color: #658193;
}
.AnyTagClassName
{
color: #658193;
}
</style>
background-color css
<style>
a { background-color: #658193; }
a { background-color: rgb(101,129,147); }
div.DivClassName
{
background-color: #658193;
}
.BgClassName
{
background-color: #658193;
}
</style>
border-color css
<style>
span { border-color: #658193; }
span { border-color: rgb(101,129,147); }
td.TdClassName
{
border-color: #658193;
}
.TagClassName
{
border-color: #658193;
}
</style>