Shades of Lynch #617B90
Tints of Lynch #617B90
RGB
CMYK
RGB Variations
Color information
#617B90 (or 0x617B90) is known color: Lynch. HEX triplet: 61, 7B and 90. RGB value is (97,123,144). Sum of RGB (Red+Green+Blue) = 97+123+144=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 144 - color contains mainly: blue. Hex color #617B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617B90 is #9E846F. Grayscale: #757575. Windows color (decimal): -10388592 or 9468769. OLE color: 9468769.
HSL color Cylindrical-coordinate representation of color #617B90: hue angle of 206.81º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #617B90 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 123 | 144 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.44 |
| HSL | 206.81º | 0.2% | 0.47% | - |
| HSV(B) | 206.81º | 0.33% | 0.56% | - |
| XYZ | 17.05 | 18.72 | 29.1 | - |
| YUV | 117.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 123 | 144 | 0.33 | 0.15 | 0 | 0.44 | 206.81 | 0.2 | 0.47 |
| Hex | 61 | 7B | 90 | 21 | F | 0 | 2C | CF | 14 | 2F |
| Octal | 141 | 173 | 220 | 41 | 17 | 0 | 54 | 317 | 24 | 57 |
| Binary | 1100001 | 1111011 | 10010000 | 100001 | 1111 | 0 | 101100 | 11001111 | 10100 | 101111 |
Color Harmonies of #617B90
Complementary color
Monochromatic Colors of #617B90
Black with #617B90
Text Example
Text Example
White with #617B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617B90; }
p { color: rgb(97,123,144); }
H1.HeaderClassName
{
color: #617B90;
}
.AnyTagClassName
{
color: #617B90;
}
</style>
background-color css
<style>
a { background-color: #617B90; }
a { background-color: rgb(97,123,144); }
div.DivClassName
{
background-color: #617B90;
}
.BgClassName
{
background-color: #617B90;
}
</style>
border-color css
<style>
span { border-color: #617B90; }
span { border-color: rgb(97,123,144); }
td.TdClassName
{
border-color: #617B90;
}
.TagClassName
{
border-color: #617B90;
}
</style>