Shades of Lynch #617C91
Tints of Lynch #617C91
RGB
CMYK
RGB Variations
Color information
#617C91 (or 0x617C91) is known color: Lynch. HEX triplet: 61, 7C and 91. RGB value is (97,124,145). Sum of RGB (Red+Green+Blue) = 97+124+145=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 145 - color contains mainly: blue. Hex color #617C91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617C91 is #9E836E. Grayscale: #767676. Windows color (decimal): -10388335 or 9534561. OLE color: 9534561.
HSL color Cylindrical-coordinate representation of color #617C91: hue angle of 206.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #617C91 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 124 | 145 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.43 |
| HSL | 206.25º | 0.2% | 0.47% | - |
| HSV(B) | 206.25º | 0.33% | 0.57% | - |
| XYZ | 17.25 | 19 | 29.55 | - |
| YUV | 118.32 | 143.05 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 145 | 0.33 | 0.14 | 0 | 0.43 | 206.25 | 0.2 | 0.47 |
| Hex | 61 | 7C | 91 | 21 | E | 0 | 2B | CE | 14 | 2F |
| Octal | 141 | 174 | 221 | 41 | 16 | 0 | 53 | 316 | 24 | 57 |
| Binary | 1100001 | 1111100 | 10010001 | 100001 | 1110 | 0 | 101011 | 11001110 | 10100 | 101111 |
Color Harmonies of #617C91
Complementary color
Monochromatic Colors of #617C91
Black with #617C91
Text Example
Text Example
White with #617C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C91; }
p { color: rgb(97,124,145); }
H1.HeaderClassName
{
color: #617C91;
}
.AnyTagClassName
{
color: #617C91;
}
</style>
background-color css
<style>
a { background-color: #617C91; }
a { background-color: rgb(97,124,145); }
div.DivClassName
{
background-color: #617C91;
}
.BgClassName
{
background-color: #617C91;
}
</style>
border-color css
<style>
span { border-color: #617C91; }
span { border-color: rgb(97,124,145); }
td.TdClassName
{
border-color: #617C91;
}
.TagClassName
{
border-color: #617C91;
}
</style>