Shades of Lynch #607C93
Tints of Lynch #607C93
RGB
CMYK
RGB Variations
Color information
#607C93 (or 0x607C93) is known color: Lynch. HEX triplet: 60, 7C and 93. RGB value is (96,124,147). Sum of RGB (Red+Green+Blue) = 96+124+147=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 147 - color contains mainly: blue. Hex color #607C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607C93 is #9F836C. Grayscale: #767676. Windows color (decimal): -10453869 or 9665632. OLE color: 9665632.
HSL color Cylindrical-coordinate representation of color #607C93: hue angle of 207.06º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #607C93 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 124 | 147 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.42 |
| HSL | 207.06º | 0.21% | 0.48% | - |
| HSV(B) | 207.06º | 0.35% | 0.58% | - |
| XYZ | 17.3 | 19.01 | 30.36 | - |
| YUV | 118.25 | 144.22 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 147 | 0.35 | 0.16 | 0 | 0.42 | 207.06 | 0.21 | 0.48 |
| Hex | 60 | 7C | 93 | 23 | 10 | 0 | 2A | CF | 15 | 30 |
| Octal | 140 | 174 | 223 | 43 | 20 | 0 | 52 | 317 | 25 | 60 |
| Binary | 1100000 | 1111100 | 10010011 | 100011 | 10000 | 0 | 101010 | 11001111 | 10101 | 110000 |
Color Harmonies of #607C93
Complementary color
Monochromatic Colors of #607C93
Black with #607C93
Text Example
Text Example
White with #607C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607C93; }
p { color: rgb(96,124,147); }
H1.HeaderClassName
{
color: #607C93;
}
.AnyTagClassName
{
color: #607C93;
}
</style>
background-color css
<style>
a { background-color: #607C93; }
a { background-color: rgb(96,124,147); }
div.DivClassName
{
background-color: #607C93;
}
.BgClassName
{
background-color: #607C93;
}
</style>
border-color css
<style>
span { border-color: #607C93; }
span { border-color: rgb(96,124,147); }
td.TdClassName
{
border-color: #607C93;
}
.TagClassName
{
border-color: #607C93;
}
</style>