Shades of Lynch #617E94
Tints of Lynch #617E94
RGB
CMYK
RGB Variations
Color information
#617E94 (or 0x617E94) is known color: Lynch. HEX triplet: 61, 7E and 94. RGB value is (97,126,148). Sum of RGB (Red+Green+Blue) = 97+126+148=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 148 - color contains mainly: blue. Hex color #617E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617E94 is #9E816B. Grayscale: #777777. Windows color (decimal): -10387820 or 9731681. OLE color: 9731681.
HSL color Cylindrical-coordinate representation of color #617E94: hue angle of 205.88º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #617E94 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 126 | 148 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.42 |
| HSL | 205.88º | 0.21% | 0.48% | - |
| HSV(B) | 205.88º | 0.34% | 0.58% | - |
| XYZ | 17.74 | 19.6 | 30.87 | - |
| YUV | 119.84 | 143.89 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 126 | 148 | 0.34 | 0.15 | 0 | 0.42 | 205.88 | 0.21 | 0.48 |
| Hex | 61 | 7E | 94 | 22 | F | 0 | 2A | CE | 15 | 30 |
| Octal | 141 | 176 | 224 | 42 | 17 | 0 | 52 | 316 | 25 | 60 |
| Binary | 1100001 | 1111110 | 10010100 | 100010 | 1111 | 0 | 101010 | 11001110 | 10101 | 110000 |
Color Harmonies of #617E94
Complementary color
Monochromatic Colors of #617E94
Black with #617E94
Text Example
Text Example
White with #617E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617E94; }
p { color: rgb(97,126,148); }
H1.HeaderClassName
{
color: #617E94;
}
.AnyTagClassName
{
color: #617E94;
}
</style>
background-color css
<style>
a { background-color: #617E94; }
a { background-color: rgb(97,126,148); }
div.DivClassName
{
background-color: #617E94;
}
.BgClassName
{
background-color: #617E94;
}
</style>
border-color css
<style>
span { border-color: #617E94; }
span { border-color: rgb(97,126,148); }
td.TdClassName
{
border-color: #617E94;
}
.TagClassName
{
border-color: #617E94;
}
</style>