Shades of Lynch #607D8D
Tints of Lynch #607D8D
RGB
CMYK
RGB Variations
Color information
#607D8D (or 0x607D8D) is known color: Lynch. HEX triplet: 60, 7D and 8D. RGB value is (96,125,141). Sum of RGB (Red+Green+Blue) = 96+125+141=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #607D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607D8D is #9F8272. Grayscale: #767676. Windows color (decimal): -10453619 or 9272672. OLE color: 9272672.
HSL color Cylindrical-coordinate representation of color #607D8D: hue angle of 201.33º 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 #607D8D is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 125 | 141 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.45 |
| HSL | 201.33º | 0.19% | 0.46% | - |
| HSV(B) | 201.33º | 0.32% | 0.55% | - |
| XYZ | 16.97 | 19.08 | 27.99 | - |
| YUV | 118.15 | 140.89 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 141 | 0.32 | 0.11 | 0 | 0.45 | 201.33 | 0.19 | 0.46 |
| Hex | 60 | 7D | 8D | 20 | B | 0 | 2D | C9 | 13 | 2E |
| Octal | 140 | 175 | 215 | 40 | 13 | 0 | 55 | 311 | 23 | 56 |
| Binary | 1100000 | 1111101 | 10001101 | 100000 | 1011 | 0 | 101101 | 11001001 | 10011 | 101110 |
Color Harmonies of #607D8D
Complementary color
Monochromatic Colors of #607D8D
Black with #607D8D
Text Example
Text Example
White with #607D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607D8D; }
p { color: rgb(96,125,141); }
H1.HeaderClassName
{
color: #607D8D;
}
.AnyTagClassName
{
color: #607D8D;
}
</style>
background-color css
<style>
a { background-color: #607D8D; }
a { background-color: rgb(96,125,141); }
div.DivClassName
{
background-color: #607D8D;
}
.BgClassName
{
background-color: #607D8D;
}
</style>
border-color css
<style>
span { border-color: #607D8D; }
span { border-color: rgb(96,125,141); }
td.TdClassName
{
border-color: #607D8D;
}
.TagClassName
{
border-color: #607D8D;
}
</style>