Shades of Lynch #607A89
Tints of Lynch #607A89
RGB
CMYK
RGB Variations
Color information
#607A89 (or 0x607A89) is known color: Lynch. HEX triplet: 60, 7A and 89. RGB value is (96,122,137). Sum of RGB (Red+Green+Blue) = 96+122+137=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 137 - color contains mainly: blue. Hex color #607A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607A89 is #9F8576. Grayscale: #737373. Windows color (decimal): -10454391 or 9009760. OLE color: 9009760.
HSL color Cylindrical-coordinate representation of color #607A89: hue angle of 201.95º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #607A89 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 122 | 137 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.46 |
| HSL | 201.95º | 0.18% | 0.46% | - |
| HSV(B) | 201.95º | 0.3% | 0.54% | - |
| XYZ | 16.3 | 18.21 | 26.32 | - |
| YUV | 115.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 137 | 0.30 | 0.11 | 0 | 0.46 | 201.95 | 0.18 | 0.46 |
| Hex | 60 | 7A | 89 | 1E | B | 0 | 2E | CA | 12 | 2E |
| Octal | 140 | 172 | 211 | 36 | 13 | 0 | 56 | 312 | 22 | 56 |
| Binary | 1100000 | 1111010 | 10001001 | 11110 | 1011 | 0 | 101110 | 11001010 | 10010 | 101110 |
Color Harmonies of #607A89
Complementary color
Monochromatic Colors of #607A89
Black with #607A89
Text Example
Text Example
White with #607A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607A89; }
p { color: rgb(96,122,137); }
H1.HeaderClassName
{
color: #607A89;
}
.AnyTagClassName
{
color: #607A89;
}
</style>
background-color css
<style>
a { background-color: #607A89; }
a { background-color: rgb(96,122,137); }
div.DivClassName
{
background-color: #607A89;
}
.BgClassName
{
background-color: #607A89;
}
</style>
border-color css
<style>
span { border-color: #607A89; }
span { border-color: rgb(96,122,137); }
td.TdClassName
{
border-color: #607A89;
}
.TagClassName
{
border-color: #607A89;
}
</style>