Shades of Lynch #61778C
Tints of Lynch #61778C
RGB
CMYK
RGB Variations
Color information
#61778C (or 0x61778C) is known color: Lynch. HEX triplet: 61, 77 and 8C. RGB value is (97,119,140). Sum of RGB (Red+Green+Blue) = 97+119+140=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #61778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61778C is #9E8873. Grayscale: #727272. Windows color (decimal): -10389620 or 9205601. OLE color: 9205601.
HSL color Cylindrical-coordinate representation of color #61778C: hue angle of 209.3º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61778C is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 119 | 140 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.45 |
| HSL | 209.3º | 0.18% | 0.46% | - |
| HSV(B) | 209.3º | 0.31% | 0.55% | - |
| XYZ | 16.26 | 17.63 | 27.36 | - |
| YUV | 114.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 119 | 140 | 0.31 | 0.15 | 0 | 0.45 | 209.3 | 0.18 | 0.46 |
| Hex | 61 | 77 | 8C | 1F | F | 0 | 2D | D1 | 12 | 2E |
| Octal | 141 | 167 | 214 | 37 | 17 | 0 | 55 | 321 | 22 | 56 |
| Binary | 1100001 | 1110111 | 10001100 | 11111 | 1111 | 0 | 101101 | 11010001 | 10010 | 101110 |
Color Harmonies of #61778C
Complementary color
Monochromatic Colors of #61778C
Black with #61778C
Text Example
Text Example
White with #61778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61778C; }
p { color: rgb(97,119,140); }
H1.HeaderClassName
{
color: #61778C;
}
.AnyTagClassName
{
color: #61778C;
}
</style>
background-color css
<style>
a { background-color: #61778C; }
a { background-color: rgb(97,119,140); }
div.DivClassName
{
background-color: #61778C;
}
.BgClassName
{
background-color: #61778C;
}
</style>
border-color css
<style>
span { border-color: #61778C; }
span { border-color: rgb(97,119,140); }
td.TdClassName
{
border-color: #61778C;
}
.TagClassName
{
border-color: #61778C;
}
</style>