Shades of Lynch #60798B
Tints of Lynch #60798B
RGB
CMYK
RGB Variations
Color information
#60798B (or 0x60798B) is known color: Lynch. HEX triplet: 60, 79 and 8B. RGB value is (96,121,139). Sum of RGB (Red+Green+Blue) = 96+121+139=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #60798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60798B is #9F8674. Grayscale: #737373. Windows color (decimal): -10454645 or 9140576. OLE color: 9140576.
HSL color Cylindrical-coordinate representation of color #60798B: hue angle of 205.12º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60798B is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 121 | 139 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.45 |
| HSL | 205.12º | 0.18% | 0.46% | - |
| HSV(B) | 205.12º | 0.31% | 0.55% | - |
| XYZ | 16.32 | 18.03 | 27.05 | - |
| YUV | 115.58 | 141.22 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 121 | 139 | 0.31 | 0.13 | 0 | 0.45 | 205.12 | 0.18 | 0.46 |
| Hex | 60 | 79 | 8B | 1F | D | 0 | 2D | CD | 12 | 2E |
| Octal | 140 | 171 | 213 | 37 | 15 | 0 | 55 | 315 | 22 | 56 |
| Binary | 1100000 | 1111001 | 10001011 | 11111 | 1101 | 0 | 101101 | 11001101 | 10010 | 101110 |
Color Harmonies of #60798B
Complementary color
Monochromatic Colors of #60798B
Black with #60798B
Text Example
Text Example
White with #60798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60798B; }
p { color: rgb(96,121,139); }
H1.HeaderClassName
{
color: #60798B;
}
.AnyTagClassName
{
color: #60798B;
}
</style>
background-color css
<style>
a { background-color: #60798B; }
a { background-color: rgb(96,121,139); }
div.DivClassName
{
background-color: #60798B;
}
.BgClassName
{
background-color: #60798B;
}
</style>
border-color css
<style>
span { border-color: #60798B; }
span { border-color: rgb(96,121,139); }
td.TdClassName
{
border-color: #60798B;
}
.TagClassName
{
border-color: #60798B;
}
</style>