Shades of Lynch #60798E
Tints of Lynch #60798E
RGB
CMYK
RGB Variations
Color information
#60798E (or 0x60798E) is known color: Lynch. HEX triplet: 60, 79 and 8E. RGB value is (96,121,142). Sum of RGB (Red+Green+Blue) = 96+121+142=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 142 - color contains mainly: blue. Hex color #60798E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60798E is #9F8671. Grayscale: #737373. Windows color (decimal): -10454642 or 9337184. OLE color: 9337184.
HSL color Cylindrical-coordinate representation of color #60798E: hue angle of 207.39º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60798E is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 121 | 142 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.44 |
| HSL | 207.39º | 0.19% | 0.47% | - |
| HSV(B) | 207.39º | 0.32% | 0.56% | - |
| XYZ | 16.54 | 18.11 | 28.22 | - |
| YUV | 115.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 121 | 142 | 0.32 | 0.15 | 0 | 0.44 | 207.39 | 0.19 | 0.47 |
| Hex | 60 | 79 | 8E | 20 | F | 0 | 2C | CF | 13 | 2F |
| Octal | 140 | 171 | 216 | 40 | 17 | 0 | 54 | 317 | 23 | 57 |
| Binary | 1100000 | 1111001 | 10001110 | 100000 | 1111 | 0 | 101100 | 11001111 | 10011 | 101111 |
Color Harmonies of #60798E
Complementary color
Monochromatic Colors of #60798E
Black with #60798E
Text Example
Text Example
White with #60798E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60798E; }
p { color: rgb(96,121,142); }
H1.HeaderClassName
{
color: #60798E;
}
.AnyTagClassName
{
color: #60798E;
}
</style>
background-color css
<style>
a { background-color: #60798E; }
a { background-color: rgb(96,121,142); }
div.DivClassName
{
background-color: #60798E;
}
.BgClassName
{
background-color: #60798E;
}
</style>
border-color css
<style>
span { border-color: #60798E; }
span { border-color: rgb(96,121,142); }
td.TdClassName
{
border-color: #60798E;
}
.TagClassName
{
border-color: #60798E;
}
</style>