Shades of Lynch #61778D
Tints of Lynch #61778D
RGB
CMYK
RGB Variations
Color information
#61778D (or 0x61778D) is known color: Lynch. HEX triplet: 61, 77 and 8D. RGB value is (97,119,141). Sum of RGB (Red+Green+Blue) = 97+119+141=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #61778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61778D is #9E8872. Grayscale: #727272. Windows color (decimal): -10389619 or 9271137. OLE color: 9271137.
HSL color Cylindrical-coordinate representation of color #61778D: hue angle of 210º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61778D is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 119 | 141 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.45 |
| HSL | 210º | 0.18% | 0.47% | - |
| HSV(B) | 210º | 0.31% | 0.55% | - |
| XYZ | 16.33 | 17.66 | 27.75 | - |
| YUV | 114.93 | 142.71 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 119 | 141 | 0.31 | 0.16 | 0 | 0.45 | 210 | 0.18 | 0.47 |
| Hex | 61 | 77 | 8D | 1F | 10 | 0 | 2D | D2 | 12 | 2F |
| Octal | 141 | 167 | 215 | 37 | 20 | 0 | 55 | 322 | 22 | 57 |
| Binary | 1100001 | 1110111 | 10001101 | 11111 | 10000 | 0 | 101101 | 11010010 | 10010 | 101111 |
Color Harmonies of #61778D
Complementary color
Monochromatic Colors of #61778D
Black with #61778D
Text Example
Text Example
White with #61778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61778D; }
p { color: rgb(97,119,141); }
H1.HeaderClassName
{
color: #61778D;
}
.AnyTagClassName
{
color: #61778D;
}
</style>
background-color css
<style>
a { background-color: #61778D; }
a { background-color: rgb(97,119,141); }
div.DivClassName
{
background-color: #61778D;
}
.BgClassName
{
background-color: #61778D;
}
</style>
border-color css
<style>
span { border-color: #61778D; }
span { border-color: rgb(97,119,141); }
td.TdClassName
{
border-color: #61778D;
}
.TagClassName
{
border-color: #61778D;
}
</style>