Shades of Lynch #617A89
Tints of Lynch #617A89
RGB
CMYK
RGB Variations
Color information
#617A89 (or 0x617A89) is known color: Lynch. HEX triplet: 61, 7A and 89. RGB value is (97,122,137). Sum of RGB (Red+Green+Blue) = 97+122+137=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 137 - color contains mainly: blue. Hex color #617A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617A89 is #9E8576. Grayscale: #747474. Windows color (decimal): -10388855 or 9009761. OLE color: 9009761.
HSL color Cylindrical-coordinate representation of color #617A89: hue angle of 202.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #617A89 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 97 | 122 | 137 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.46 |
| HSL | 202.5º | 0.17% | 0.46% | - |
| HSV(B) | 202.5º | 0.29% | 0.54% | - |
| XYZ | 16.4 | 18.27 | 26.33 | - |
| YUV | 116.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 137 | 0.29 | 0.11 | 0 | 0.46 | 202.5 | 0.17 | 0.46 |
| Hex | 61 | 7A | 89 | 1D | B | 0 | 2E | CA | 11 | 2E |
| Octal | 141 | 172 | 211 | 35 | 13 | 0 | 56 | 312 | 21 | 56 |
| Binary | 1100001 | 1111010 | 10001001 | 11101 | 1011 | 0 | 101110 | 11001010 | 10001 | 101110 |
Color Harmonies of #617A89
Complementary color
Monochromatic Colors of #617A89
Black with #617A89
Text Example
Text Example
White with #617A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617A89; }
p { color: rgb(97,122,137); }
H1.HeaderClassName
{
color: #617A89;
}
.AnyTagClassName
{
color: #617A89;
}
</style>
background-color css
<style>
a { background-color: #617A89; }
a { background-color: rgb(97,122,137); }
div.DivClassName
{
background-color: #617A89;
}
.BgClassName
{
background-color: #617A89;
}
</style>
border-color css
<style>
span { border-color: #617A89; }
span { border-color: rgb(97,122,137); }
td.TdClassName
{
border-color: #617A89;
}
.TagClassName
{
border-color: #617A89;
}
</style>