Shades of Lynch #60788B
Tints of Lynch #60788B
RGB
CMYK
RGB Variations
Color information
#60788B (or 0x60788B) is known color: Lynch. HEX triplet: 60, 78 and 8B. RGB value is (96,120,139). Sum of RGB (Red+Green+Blue) = 96+120+139=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #60788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60788B is #9F8774. Grayscale: #727272. Windows color (decimal): -10454901 or 9140320. OLE color: 9140320.
HSL color Cylindrical-coordinate representation of color #60788B: hue angle of 206.51º 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 #60788B is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 120 | 139 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.45 |
| HSL | 206.51º | 0.18% | 0.46% | - |
| HSV(B) | 206.51º | 0.31% | 0.55% | - |
| XYZ | 16.2 | 17.78 | 27 | - |
| YUV | 114.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 139 | 0.31 | 0.14 | 0 | 0.45 | 206.51 | 0.18 | 0.46 |
| Hex | 60 | 78 | 8B | 1F | E | 0 | 2D | CF | 12 | 2E |
| Octal | 140 | 170 | 213 | 37 | 16 | 0 | 55 | 317 | 22 | 56 |
| Binary | 1100000 | 1111000 | 10001011 | 11111 | 1110 | 0 | 101101 | 11001111 | 10010 | 101110 |
Color Harmonies of #60788B
Complementary color
Monochromatic Colors of #60788B
Black with #60788B
Text Example
Text Example
White with #60788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60788B; }
p { color: rgb(96,120,139); }
H1.HeaderClassName
{
color: #60788B;
}
.AnyTagClassName
{
color: #60788B;
}
</style>
background-color css
<style>
a { background-color: #60788B; }
a { background-color: rgb(96,120,139); }
div.DivClassName
{
background-color: #60788B;
}
.BgClassName
{
background-color: #60788B;
}
</style>
border-color css
<style>
span { border-color: #60788B; }
span { border-color: rgb(96,120,139); }
td.TdClassName
{
border-color: #60788B;
}
.TagClassName
{
border-color: #60788B;
}
</style>