Shades of Lynch #617685
Tints of Lynch #617685
RGB
CMYK
RGB Variations
Color information
#617685 (or 0x617685) is known color: Lynch. HEX triplet: 61, 76 and 85. RGB value is (97,118,133). Sum of RGB (Red+Green+Blue) = 97+118+133=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 133 - color contains mainly: blue. Hex color #617685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617685 is #9E897A. Grayscale: #717171. Windows color (decimal): -10389883 or 8746593. OLE color: 8746593.
HSL color Cylindrical-coordinate representation of color #617685: hue angle of 205º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #617685 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 118 | 133 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.48 |
| HSL | 205º | 0.16% | 0.45% | - |
| HSV(B) | 205º | 0.27% | 0.52% | - |
| XYZ | 15.64 | 17.19 | 24.68 | - |
| YUV | 113.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 118 | 133 | 0.27 | 0.11 | 0 | 0.48 | 205 | 0.16 | 0.45 |
| Hex | 61 | 76 | 85 | 1B | B | 0 | 30 | CD | 10 | 2D |
| Octal | 141 | 166 | 205 | 33 | 13 | 0 | 60 | 315 | 20 | 55 |
| Binary | 1100001 | 1110110 | 10000101 | 11011 | 1011 | 0 | 110000 | 11001101 | 10000 | 101101 |
Color Harmonies of #617685
Complementary color
Monochromatic Colors of #617685
Black with #617685
Text Example
Text Example
White with #617685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617685; }
p { color: rgb(97,118,133); }
H1.HeaderClassName
{
color: #617685;
}
.AnyTagClassName
{
color: #617685;
}
</style>
background-color css
<style>
a { background-color: #617685; }
a { background-color: rgb(97,118,133); }
div.DivClassName
{
background-color: #617685;
}
.BgClassName
{
background-color: #617685;
}
</style>
border-color css
<style>
span { border-color: #617685; }
span { border-color: rgb(97,118,133); }
td.TdClassName
{
border-color: #617685;
}
.TagClassName
{
border-color: #617685;
}
</style>