Shades of Lynch #607890
Tints of Lynch #607890
RGB
CMYK
RGB Variations
Color information
#607890 (or 0x607890) is known color: Lynch. HEX triplet: 60, 78 and 90. RGB value is (96,120,144). Sum of RGB (Red+Green+Blue) = 96+120+144=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 144 - color contains mainly: blue. Hex color #607890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607890 is #9F876F. Grayscale: #737373. Windows color (decimal): -10454896 or 9468000. OLE color: 9468000.
HSL color Cylindrical-coordinate representation of color #607890: hue angle of 210º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #607890 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 120 | 144 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.44 |
| HSL | 210º | 0.2% | 0.47% | - |
| HSV(B) | 210º | 0.33% | 0.56% | - |
| XYZ | 16.57 | 17.93 | 28.97 | - |
| YUV | 115.56 | 144.05 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 144 | 0.33 | 0.17 | 0 | 0.44 | 210 | 0.2 | 0.47 |
| Hex | 60 | 78 | 90 | 21 | 11 | 0 | 2C | D2 | 14 | 2F |
| Octal | 140 | 170 | 220 | 41 | 21 | 0 | 54 | 322 | 24 | 57 |
| Binary | 1100000 | 1111000 | 10010000 | 100001 | 10001 | 0 | 101100 | 11010010 | 10100 | 101111 |
Color Harmonies of #607890
Complementary color
Monochromatic Colors of #607890
Black with #607890
Text Example
Text Example
White with #607890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607890; }
p { color: rgb(96,120,144); }
H1.HeaderClassName
{
color: #607890;
}
.AnyTagClassName
{
color: #607890;
}
</style>
background-color css
<style>
a { background-color: #607890; }
a { background-color: rgb(96,120,144); }
div.DivClassName
{
background-color: #607890;
}
.BgClassName
{
background-color: #607890;
}
</style>
border-color css
<style>
span { border-color: #607890; }
span { border-color: rgb(96,120,144); }
td.TdClassName
{
border-color: #607890;
}
.TagClassName
{
border-color: #607890;
}
</style>