Shades of Lynch #607B8D
Tints of Lynch #607B8D
RGB
CMYK
RGB Variations
Color information
#607B8D (or 0x607B8D) is known color: Lynch. HEX triplet: 60, 7B and 8D. RGB value is (96,123,141). Sum of RGB (Red+Green+Blue) = 96+123+141=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #607B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607B8D is #9F8472. Grayscale: #747474. Windows color (decimal): -10454131 or 9272160. OLE color: 9272160.
HSL color Cylindrical-coordinate representation of color #607B8D: hue angle of 204º 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 #607B8D is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 123 | 141 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.45 |
| HSL | 204º | 0.19% | 0.46% | - |
| HSV(B) | 204º | 0.32% | 0.55% | - |
| XYZ | 16.71 | 18.58 | 27.9 | - |
| YUV | 116.98 | 141.55 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 141 | 0.32 | 0.13 | 0 | 0.45 | 204 | 0.19 | 0.46 |
| Hex | 60 | 7B | 8D | 20 | D | 0 | 2D | CC | 13 | 2E |
| Octal | 140 | 173 | 215 | 40 | 15 | 0 | 55 | 314 | 23 | 56 |
| Binary | 1100000 | 1111011 | 10001101 | 100000 | 1101 | 0 | 101101 | 11001100 | 10011 | 101110 |
Color Harmonies of #607B8D
Complementary color
Monochromatic Colors of #607B8D
Black with #607B8D
Text Example
Text Example
White with #607B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607B8D; }
p { color: rgb(96,123,141); }
H1.HeaderClassName
{
color: #607B8D;
}
.AnyTagClassName
{
color: #607B8D;
}
</style>
background-color css
<style>
a { background-color: #607B8D; }
a { background-color: rgb(96,123,141); }
div.DivClassName
{
background-color: #607B8D;
}
.BgClassName
{
background-color: #607B8D;
}
</style>
border-color css
<style>
span { border-color: #607B8D; }
span { border-color: rgb(96,123,141); }
td.TdClassName
{
border-color: #607B8D;
}
.TagClassName
{
border-color: #607B8D;
}
</style>