Shades of Lynch #617F8E
Tints of Lynch #617F8E
RGB
CMYK
RGB Variations
Color information
#617F8E (or 0x617F8E) is known color: Lynch. HEX triplet: 61, 7F and 8E. RGB value is (97,127,142). Sum of RGB (Red+Green+Blue) = 97+127+142=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 142 - color contains mainly: blue. Hex color #617F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617F8E is #9E8071. Grayscale: #777777. Windows color (decimal): -10387570 or 9338721. OLE color: 9338721.
HSL color Cylindrical-coordinate representation of color #617F8E: hue angle of 200º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #617F8E is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 127 | 142 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.44 |
| HSL | 200º | 0.19% | 0.47% | - |
| HSV(B) | 200º | 0.32% | 0.56% | - |
| XYZ | 17.4 | 19.67 | 28.47 | - |
| YUV | 119.74 | 140.56 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 127 | 142 | 0.32 | 0.11 | 0 | 0.44 | 200 | 0.19 | 0.47 |
| Hex | 61 | 7F | 8E | 20 | B | 0 | 2C | C8 | 13 | 2F |
| Octal | 141 | 177 | 216 | 40 | 13 | 0 | 54 | 310 | 23 | 57 |
| Binary | 1100001 | 1111111 | 10001110 | 100000 | 1011 | 0 | 101100 | 11001000 | 10011 | 101111 |
Color Harmonies of #617F8E
Complementary color
Monochromatic Colors of #617F8E
Black with #617F8E
Text Example
Text Example
White with #617F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617F8E; }
p { color: rgb(97,127,142); }
H1.HeaderClassName
{
color: #617F8E;
}
.AnyTagClassName
{
color: #617F8E;
}
</style>
background-color css
<style>
a { background-color: #617F8E; }
a { background-color: rgb(97,127,142); }
div.DivClassName
{
background-color: #617F8E;
}
.BgClassName
{
background-color: #617F8E;
}
</style>
border-color css
<style>
span { border-color: #617F8E; }
span { border-color: rgb(97,127,142); }
td.TdClassName
{
border-color: #617F8E;
}
.TagClassName
{
border-color: #617F8E;
}
</style>