Shades of Lynch #617E8F
Tints of Lynch #617E8F
RGB
CMYK
RGB Variations
Color information
#617E8F (or 0x617E8F) is known color: Lynch. HEX triplet: 61, 7E and 8F. RGB value is (97,126,143). Sum of RGB (Red+Green+Blue) = 97+126+143=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 143 - color contains mainly: blue. Hex color #617E8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617E8F is #9E8170. Grayscale: #777777. Windows color (decimal): -10387825 or 9404001. OLE color: 9404001.
HSL color Cylindrical-coordinate representation of color #617E8F: hue angle of 202.17º 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 #617E8F is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 126 | 143 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.44 |
| HSL | 202.17º | 0.19% | 0.47% | - |
| HSV(B) | 202.17º | 0.32% | 0.56% | - |
| XYZ | 17.35 | 19.45 | 28.83 | - |
| YUV | 119.27 | 141.39 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 126 | 143 | 0.32 | 0.12 | 0 | 0.44 | 202.17 | 0.19 | 0.47 |
| Hex | 61 | 7E | 8F | 20 | C | 0 | 2C | CA | 13 | 2F |
| Octal | 141 | 176 | 217 | 40 | 14 | 0 | 54 | 312 | 23 | 57 |
| Binary | 1100001 | 1111110 | 10001111 | 100000 | 1100 | 0 | 101100 | 11001010 | 10011 | 101111 |
Color Harmonies of #617E8F
Complementary color
Monochromatic Colors of #617E8F
Black with #617E8F
Text Example
Text Example
White with #617E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617E8F; }
p { color: rgb(97,126,143); }
H1.HeaderClassName
{
color: #617E8F;
}
.AnyTagClassName
{
color: #617E8F;
}
</style>
background-color css
<style>
a { background-color: #617E8F; }
a { background-color: rgb(97,126,143); }
div.DivClassName
{
background-color: #617E8F;
}
.BgClassName
{
background-color: #617E8F;
}
</style>
border-color css
<style>
span { border-color: #617E8F; }
span { border-color: rgb(97,126,143); }
td.TdClassName
{
border-color: #617E8F;
}
.TagClassName
{
border-color: #617E8F;
}
</style>