Shades of Lynch #607A93
Tints of Lynch #607A93
RGB
CMYK
RGB Variations
Color information
#607A93 (or 0x607A93) is known color: Lynch. HEX triplet: 60, 7A and 93. RGB value is (96,122,147). Sum of RGB (Red+Green+Blue) = 96+122+147=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 147 - color contains mainly: blue. Hex color #607A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607A93 is #9F856C. Grayscale: #747474. Windows color (decimal): -10454381 or 9665120. OLE color: 9665120.
HSL color Cylindrical-coordinate representation of color #607A93: hue angle of 209.41º 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 #607A93 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 122 | 147 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.42 |
| HSL | 209.41º | 0.21% | 0.48% | - |
| HSV(B) | 209.41º | 0.35% | 0.58% | - |
| XYZ | 17.05 | 18.51 | 30.28 | - |
| YUV | 117.08 | 144.89 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 147 | 0.35 | 0.17 | 0 | 0.42 | 209.41 | 0.21 | 0.48 |
| Hex | 60 | 7A | 93 | 23 | 11 | 0 | 2A | D1 | 15 | 30 |
| Octal | 140 | 172 | 223 | 43 | 21 | 0 | 52 | 321 | 25 | 60 |
| Binary | 1100000 | 1111010 | 10010011 | 100011 | 10001 | 0 | 101010 | 11010001 | 10101 | 110000 |
Color Harmonies of #607A93
Complementary color
Monochromatic Colors of #607A93
Black with #607A93
Text Example
Text Example
White with #607A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607A93; }
p { color: rgb(96,122,147); }
H1.HeaderClassName
{
color: #607A93;
}
.AnyTagClassName
{
color: #607A93;
}
</style>
background-color css
<style>
a { background-color: #607A93; }
a { background-color: rgb(96,122,147); }
div.DivClassName
{
background-color: #607A93;
}
.BgClassName
{
background-color: #607A93;
}
</style>
border-color css
<style>
span { border-color: #607A93; }
span { border-color: rgb(96,122,147); }
td.TdClassName
{
border-color: #607A93;
}
.TagClassName
{
border-color: #607A93;
}
</style>