Shades of Lynch #61788F
Tints of Lynch #61788F
RGB
CMYK
RGB Variations
Color information
#61788F (or 0x61788F) is known color: Lynch. HEX triplet: 61, 78 and 8F. RGB value is (97,120,143). Sum of RGB (Red+Green+Blue) = 97+120+143=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 143 - color contains mainly: blue. Hex color #61788F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61788F is #9E8770. Grayscale: #737373. Windows color (decimal): -10389361 or 9402465. OLE color: 9402465.
HSL color Cylindrical-coordinate representation of color #61788F: hue angle of 210º 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 #61788F is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 120 | 143 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.44 |
| HSL | 210º | 0.19% | 0.47% | - |
| HSV(B) | 210º | 0.32% | 0.56% | - |
| XYZ | 16.6 | 17.96 | 28.58 | - |
| YUV | 115.75 | 143.38 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 120 | 143 | 0.32 | 0.16 | 0 | 0.44 | 210 | 0.19 | 0.47 |
| Hex | 61 | 78 | 8F | 20 | 10 | 0 | 2C | D2 | 13 | 2F |
| Octal | 141 | 170 | 217 | 40 | 20 | 0 | 54 | 322 | 23 | 57 |
| Binary | 1100001 | 1111000 | 10001111 | 100000 | 10000 | 0 | 101100 | 11010010 | 10011 | 101111 |
Color Harmonies of #61788F
Complementary color
Monochromatic Colors of #61788F
Black with #61788F
Text Example
Text Example
White with #61788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61788F; }
p { color: rgb(97,120,143); }
H1.HeaderClassName
{
color: #61788F;
}
.AnyTagClassName
{
color: #61788F;
}
</style>
background-color css
<style>
a { background-color: #61788F; }
a { background-color: rgb(97,120,143); }
div.DivClassName
{
background-color: #61788F;
}
.BgClassName
{
background-color: #61788F;
}
</style>
border-color css
<style>
span { border-color: #61788F; }
span { border-color: rgb(97,120,143); }
td.TdClassName
{
border-color: #61788F;
}
.TagClassName
{
border-color: #61788F;
}
</style>