Shades of Lynch #617F91
Tints of Lynch #617F91
RGB
CMYK
RGB Variations
Color information
#617F91 (or 0x617F91) is known color: Lynch. HEX triplet: 61, 7F and 91. RGB value is (97,127,145). Sum of RGB (Red+Green+Blue) = 97+127+145=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 145 - color contains mainly: blue. Hex color #617F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617F91 is #9E806E. Grayscale: #777777. Windows color (decimal): -10387567 or 9535329. OLE color: 9535329.
HSL color Cylindrical-coordinate representation of color #617F91: hue angle of 202.5º 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 #617F91 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 127 | 145 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.43 |
| HSL | 202.5º | 0.2% | 0.47% | - |
| HSV(B) | 202.5º | 0.33% | 0.57% | - |
| XYZ | 17.63 | 19.76 | 29.67 | - |
| YUV | 120.08 | 142.06 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 127 | 145 | 0.33 | 0.12 | 0 | 0.43 | 202.5 | 0.2 | 0.47 |
| Hex | 61 | 7F | 91 | 21 | C | 0 | 2B | CA | 14 | 2F |
| Octal | 141 | 177 | 221 | 41 | 14 | 0 | 53 | 312 | 24 | 57 |
| Binary | 1100001 | 1111111 | 10010001 | 100001 | 1100 | 0 | 101011 | 11001010 | 10100 | 101111 |
Color Harmonies of #617F91
Complementary color
Monochromatic Colors of #617F91
Black with #617F91
Text Example
Text Example
White with #617F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617F91; }
p { color: rgb(97,127,145); }
H1.HeaderClassName
{
color: #617F91;
}
.AnyTagClassName
{
color: #617F91;
}
</style>
background-color css
<style>
a { background-color: #617F91; }
a { background-color: rgb(97,127,145); }
div.DivClassName
{
background-color: #617F91;
}
.BgClassName
{
background-color: #617F91;
}
</style>
border-color css
<style>
span { border-color: #617F91; }
span { border-color: rgb(97,127,145); }
td.TdClassName
{
border-color: #617F91;
}
.TagClassName
{
border-color: #617F91;
}
</style>