Shades of Lynch #60768A
Tints of Lynch #60768A
RGB
CMYK
RGB Variations
Color information
#60768A (or 0x60768A) is known color: Lynch. HEX triplet: 60, 76 and 8A. RGB value is (96,118,138). Sum of RGB (Red+Green+Blue) = 96+118+138=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #60768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60768A is #9F8975. Grayscale: #717171. Windows color (decimal): -10455414 or 9074272. OLE color: 9074272.
HSL color Cylindrical-coordinate representation of color #60768A: hue angle of 208.57º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60768A is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 118 | 138 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.46 |
| HSL | 208.57º | 0.18% | 0.46% | - |
| HSV(B) | 208.57º | 0.3% | 0.54% | - |
| XYZ | 15.89 | 17.28 | 26.54 | - |
| YUV | 113.7 | 141.71 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 118 | 138 | 0.30 | 0.14 | 0 | 0.46 | 208.57 | 0.18 | 0.46 |
| Hex | 60 | 76 | 8A | 1E | E | 0 | 2E | D1 | 12 | 2E |
| Octal | 140 | 166 | 212 | 36 | 16 | 0 | 56 | 321 | 22 | 56 |
| Binary | 1100000 | 1110110 | 10001010 | 11110 | 1110 | 0 | 101110 | 11010001 | 10010 | 101110 |
Color Harmonies of #60768A
Complementary color
Monochromatic Colors of #60768A
Black with #60768A
Text Example
Text Example
White with #60768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60768A; }
p { color: rgb(96,118,138); }
H1.HeaderClassName
{
color: #60768A;
}
.AnyTagClassName
{
color: #60768A;
}
</style>
background-color css
<style>
a { background-color: #60768A; }
a { background-color: rgb(96,118,138); }
div.DivClassName
{
background-color: #60768A;
}
.BgClassName
{
background-color: #60768A;
}
</style>
border-color css
<style>
span { border-color: #60768A; }
span { border-color: rgb(96,118,138); }
td.TdClassName
{
border-color: #60768A;
}
.TagClassName
{
border-color: #60768A;
}
</style>