Shades of Lynch #617C8C
Tints of Lynch #617C8C
RGB
CMYK
RGB Variations
Color information
#617C8C (or 0x617C8C) is known color: Lynch. HEX triplet: 61, 7C and 8C. RGB value is (97,124,140). Sum of RGB (Red+Green+Blue) = 97+124+140=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 140 - color contains mainly: blue. Hex color #617C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617C8C is #9E8373. Grayscale: #757575. Windows color (decimal): -10388340 or 9206881. OLE color: 9206881.
HSL color Cylindrical-coordinate representation of color #617C8C: hue angle of 202.33º 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 #617C8C is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 124 | 140 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.45 |
| HSL | 202.33º | 0.18% | 0.46% | - |
| HSV(B) | 202.33º | 0.31% | 0.55% | - |
| XYZ | 16.87 | 18.85 | 27.56 | - |
| YUV | 117.75 | 140.55 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 140 | 0.31 | 0.11 | 0 | 0.45 | 202.33 | 0.18 | 0.46 |
| Hex | 61 | 7C | 8C | 1F | B | 0 | 2D | CA | 12 | 2E |
| Octal | 141 | 174 | 214 | 37 | 13 | 0 | 55 | 312 | 22 | 56 |
| Binary | 1100001 | 1111100 | 10001100 | 11111 | 1011 | 0 | 101101 | 11001010 | 10010 | 101110 |
Color Harmonies of #617C8C
Complementary color
Monochromatic Colors of #617C8C
Black with #617C8C
Text Example
Text Example
White with #617C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C8C; }
p { color: rgb(97,124,140); }
H1.HeaderClassName
{
color: #617C8C;
}
.AnyTagClassName
{
color: #617C8C;
}
</style>
background-color css
<style>
a { background-color: #617C8C; }
a { background-color: rgb(97,124,140); }
div.DivClassName
{
background-color: #617C8C;
}
.BgClassName
{
background-color: #617C8C;
}
</style>
border-color css
<style>
span { border-color: #617C8C; }
span { border-color: rgb(97,124,140); }
td.TdClassName
{
border-color: #617C8C;
}
.TagClassName
{
border-color: #617C8C;
}
</style>