Shades of Lynch #647C91
Tints of Lynch #647C91
RGB
CMYK
RGB Variations
Color information
#647C91 (or 0x647C91) is known color: Lynch. HEX triplet: 64, 7C and 91. RGB value is (100,124,145). Sum of RGB (Red+Green+Blue) = 100+124+145=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 145 - color contains mainly: blue. Hex color #647C91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647C91 is #9B836E. Grayscale: #777777. Windows color (decimal): -10191727 or 9534564. OLE color: 9534564.
HSL color Cylindrical-coordinate representation of color #647C91: hue angle of 208º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #647C91 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 124 | 145 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.43 |
| HSL | 208º | 0.18% | 0.48% | - |
| HSV(B) | 208º | 0.31% | 0.57% | - |
| XYZ | 17.57 | 19.17 | 29.56 | - |
| YUV | 119.22 | 142.55 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 145 | 0.31 | 0.14 | 0 | 0.43 | 208 | 0.18 | 0.48 |
| Hex | 64 | 7C | 91 | 1F | E | 0 | 2B | D0 | 12 | 30 |
| Octal | 144 | 174 | 221 | 37 | 16 | 0 | 53 | 320 | 22 | 60 |
| Binary | 1100100 | 1111100 | 10010001 | 11111 | 1110 | 0 | 101011 | 11010000 | 10010 | 110000 |
Color Harmonies of #647C91
Complementary color
Monochromatic Colors of #647C91
Black with #647C91
Text Example
Text Example
White with #647C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647C91; }
p { color: rgb(100,124,145); }
H1.HeaderClassName
{
color: #647C91;
}
.AnyTagClassName
{
color: #647C91;
}
</style>
background-color css
<style>
a { background-color: #647C91; }
a { background-color: rgb(100,124,145); }
div.DivClassName
{
background-color: #647C91;
}
.BgClassName
{
background-color: #647C91;
}
</style>
border-color css
<style>
span { border-color: #647C91; }
span { border-color: rgb(100,124,145); }
td.TdClassName
{
border-color: #647C91;
}
.TagClassName
{
border-color: #647C91;
}
</style>