Shades of Lynch #617A8C
Tints of Lynch #617A8C
RGB
CMYK
RGB Variations
Color information
#617A8C (or 0x617A8C) is known color: Lynch. HEX triplet: 61, 7A and 8C. RGB value is (97,122,140). Sum of RGB (Red+Green+Blue) = 97+122+140=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #617A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617A8C is #9E8573. Grayscale: #747474. Windows color (decimal): -10388852 or 9206369. OLE color: 9206369.
HSL color Cylindrical-coordinate representation of color #617A8C: hue angle of 205.12º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #617A8C is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 122 | 140 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.45 |
| HSL | 205.12º | 0.18% | 0.46% | - |
| HSV(B) | 205.12º | 0.31% | 0.55% | - |
| XYZ | 16.62 | 18.35 | 27.48 | - |
| YUV | 116.58 | 141.22 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 140 | 0.31 | 0.13 | 0 | 0.45 | 205.12 | 0.18 | 0.46 |
| Hex | 61 | 7A | 8C | 1F | D | 0 | 2D | CD | 12 | 2E |
| Octal | 141 | 172 | 214 | 37 | 15 | 0 | 55 | 315 | 22 | 56 |
| Binary | 1100001 | 1111010 | 10001100 | 11111 | 1101 | 0 | 101101 | 11001101 | 10010 | 101110 |
Color Harmonies of #617A8C
Complementary color
Monochromatic Colors of #617A8C
Black with #617A8C
Text Example
Text Example
White with #617A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617A8C; }
p { color: rgb(97,122,140); }
H1.HeaderClassName
{
color: #617A8C;
}
.AnyTagClassName
{
color: #617A8C;
}
</style>
background-color css
<style>
a { background-color: #617A8C; }
a { background-color: rgb(97,122,140); }
div.DivClassName
{
background-color: #617A8C;
}
.BgClassName
{
background-color: #617A8C;
}
</style>
border-color css
<style>
span { border-color: #617A8C; }
span { border-color: rgb(97,122,140); }
td.TdClassName
{
border-color: #617A8C;
}
.TagClassName
{
border-color: #617A8C;
}
</style>