Shades of Lynch #607485
Tints of Lynch #607485
RGB
CMYK
RGB Variations
Color information
#607485 (or 0x607485) is known color: Lynch. HEX triplet: 60, 74 and 85. RGB value is (96,116,133). Sum of RGB (Red+Green+Blue) = 96+116+133=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 133 - color contains mainly: blue. Hex color #607485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607485 is #9F8B7A. Grayscale: #6F6F6F. Windows color (decimal): -10455931 or 8746080. OLE color: 8746080.
HSL color Cylindrical-coordinate representation of color #607485: hue angle of 207.57º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #607485 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 116 | 133 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.48 |
| HSL | 207.57º | 0.16% | 0.45% | - |
| HSV(B) | 207.57º | 0.28% | 0.52% | - |
| XYZ | 15.3 | 16.67 | 24.6 | - |
| YUV | 111.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 116 | 133 | 0.28 | 0.13 | 0 | 0.48 | 207.57 | 0.16 | 0.45 |
| Hex | 60 | 74 | 85 | 1C | D | 0 | 30 | D0 | 10 | 2D |
| Octal | 140 | 164 | 205 | 34 | 15 | 0 | 60 | 320 | 20 | 55 |
| Binary | 1100000 | 1110100 | 10000101 | 11100 | 1101 | 0 | 110000 | 11010000 | 10000 | 101101 |
Color Harmonies of #607485
Complementary color
Monochromatic Colors of #607485
Black with #607485
Text Example
Text Example
White with #607485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607485; }
p { color: rgb(96,116,133); }
H1.HeaderClassName
{
color: #607485;
}
.AnyTagClassName
{
color: #607485;
}
</style>
background-color css
<style>
a { background-color: #607485; }
a { background-color: rgb(96,116,133); }
div.DivClassName
{
background-color: #607485;
}
.BgClassName
{
background-color: #607485;
}
</style>
border-color css
<style>
span { border-color: #607485; }
span { border-color: rgb(96,116,133); }
td.TdClassName
{
border-color: #607485;
}
.TagClassName
{
border-color: #607485;
}
</style>