Shades of Lynch #60798D
Tints of Lynch #60798D
RGB
CMYK
RGB Variations
Color information
#60798D (or 0x60798D) is known color: Lynch. HEX triplet: 60, 79 and 8D. RGB value is (96,121,141). Sum of RGB (Red+Green+Blue) = 96+121+141=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 141 - color contains mainly: blue. Hex color #60798D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60798D is #9F8672. Grayscale: #737373. Windows color (decimal): -10454643 or 9271648. OLE color: 9271648.
HSL color Cylindrical-coordinate representation of color #60798D: hue angle of 206.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60798D is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 121 | 141 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.45 |
| HSL | 206.67º | 0.19% | 0.46% | - |
| HSV(B) | 206.67º | 0.32% | 0.55% | - |
| XYZ | 16.47 | 18.08 | 27.82 | - |
| YUV | 115.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 121 | 141 | 0.32 | 0.14 | 0 | 0.45 | 206.67 | 0.19 | 0.46 |
| Hex | 60 | 79 | 8D | 20 | E | 0 | 2D | CF | 13 | 2E |
| Octal | 140 | 171 | 215 | 40 | 16 | 0 | 55 | 317 | 23 | 56 |
| Binary | 1100000 | 1111001 | 10001101 | 100000 | 1110 | 0 | 101101 | 11001111 | 10011 | 101110 |
Color Harmonies of #60798D
Complementary color
Monochromatic Colors of #60798D
Black with #60798D
Text Example
Text Example
White with #60798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60798D; }
p { color: rgb(96,121,141); }
H1.HeaderClassName
{
color: #60798D;
}
.AnyTagClassName
{
color: #60798D;
}
</style>
background-color css
<style>
a { background-color: #60798D; }
a { background-color: rgb(96,121,141); }
div.DivClassName
{
background-color: #60798D;
}
.BgClassName
{
background-color: #60798D;
}
</style>
border-color css
<style>
span { border-color: #60798D; }
span { border-color: rgb(96,121,141); }
td.TdClassName
{
border-color: #60798D;
}
.TagClassName
{
border-color: #60798D;
}
</style>