Shades of Lynch #60788D
Tints of Lynch #60788D
RGB
CMYK
RGB Variations
Color information
#60788D (or 0x60788D) is known color: Lynch. HEX triplet: 60, 78 and 8D. RGB value is (96,120,141). Sum of RGB (Red+Green+Blue) = 96+120+141=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #60788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60788D is #9F8772. Grayscale: #737373. Windows color (decimal): -10454899 or 9271392. OLE color: 9271392.
HSL color Cylindrical-coordinate representation of color #60788D: hue angle of 208º 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 #60788D is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 120 | 141 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.45 |
| HSL | 208º | 0.19% | 0.46% | - |
| HSV(B) | 208º | 0.32% | 0.55% | - |
| XYZ | 16.35 | 17.84 | 27.78 | - |
| YUV | 115.22 | 142.55 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 141 | 0.32 | 0.15 | 0 | 0.45 | 208 | 0.19 | 0.46 |
| Hex | 60 | 78 | 8D | 20 | F | 0 | 2D | D0 | 13 | 2E |
| Octal | 140 | 170 | 215 | 40 | 17 | 0 | 55 | 320 | 23 | 56 |
| Binary | 1100000 | 1111000 | 10001101 | 100000 | 1111 | 0 | 101101 | 11010000 | 10011 | 101110 |
Color Harmonies of #60788D
Complementary color
Monochromatic Colors of #60788D
Black with #60788D
Text Example
Text Example
White with #60788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60788D; }
p { color: rgb(96,120,141); }
H1.HeaderClassName
{
color: #60788D;
}
.AnyTagClassName
{
color: #60788D;
}
</style>
background-color css
<style>
a { background-color: #60788D; }
a { background-color: rgb(96,120,141); }
div.DivClassName
{
background-color: #60788D;
}
.BgClassName
{
background-color: #60788D;
}
</style>
border-color css
<style>
span { border-color: #60788D; }
span { border-color: rgb(96,120,141); }
td.TdClassName
{
border-color: #60788D;
}
.TagClassName
{
border-color: #60788D;
}
</style>