Shades of Lynch #617D91
Tints of Lynch #617D91
RGB
CMYK
RGB Variations
Color information
#617D91 (or 0x617D91) is known color: Lynch. HEX triplet: 61, 7D and 91. RGB value is (97,125,145). Sum of RGB (Red+Green+Blue) = 97+125+145=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 145 - color contains mainly: blue. Hex color #617D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617D91 is #9E826E. Grayscale: #767676. Windows color (decimal): -10388079 or 9534817. OLE color: 9534817.
HSL color Cylindrical-coordinate representation of color #617D91: hue angle of 205º 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 #617D91 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 125 | 145 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.43 |
| HSL | 205º | 0.2% | 0.47% | - |
| HSV(B) | 205º | 0.33% | 0.57% | - |
| XYZ | 17.37 | 19.25 | 29.59 | - |
| YUV | 118.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 125 | 145 | 0.33 | 0.14 | 0 | 0.43 | 205 | 0.2 | 0.47 |
| Hex | 61 | 7D | 91 | 21 | E | 0 | 2B | CD | 14 | 2F |
| Octal | 141 | 175 | 221 | 41 | 16 | 0 | 53 | 315 | 24 | 57 |
| Binary | 1100001 | 1111101 | 10010001 | 100001 | 1110 | 0 | 101011 | 11001101 | 10100 | 101111 |
Color Harmonies of #617D91
Complementary color
Monochromatic Colors of #617D91
Black with #617D91
Text Example
Text Example
White with #617D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617D91; }
p { color: rgb(97,125,145); }
H1.HeaderClassName
{
color: #617D91;
}
.AnyTagClassName
{
color: #617D91;
}
</style>
background-color css
<style>
a { background-color: #617D91; }
a { background-color: rgb(97,125,145); }
div.DivClassName
{
background-color: #617D91;
}
.BgClassName
{
background-color: #617D91;
}
</style>
border-color css
<style>
span { border-color: #617D91; }
span { border-color: rgb(97,125,145); }
td.TdClassName
{
border-color: #617D91;
}
.TagClassName
{
border-color: #617D91;
}
</style>