Shades of Lynch #647483
Tints of Lynch #647483
RGB
CMYK
RGB Variations
Color information
#647483 (or 0x647483) is known color: Lynch. HEX triplet: 64, 74 and 83. RGB value is (100,116,131). Sum of RGB (Red+Green+Blue) = 100+116+131=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 131 - color contains mainly: blue. Hex color #647483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647483 is #9B8B7C. Grayscale: #707070. Windows color (decimal): -10193789 or 8615012. OLE color: 8615012.
HSL color Cylindrical-coordinate representation of color #647483: hue angle of 209.03º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #647483 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 116 | 131 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.49 |
| HSL | 209.03º | 0.13% | 0.45% | - |
| HSV(B) | 209.03º | 0.24% | 0.51% | - |
| XYZ | 15.6 | 16.84 | 23.9 | - |
| YUV | 112.93 | 138.2 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 116 | 131 | 0.24 | 0.11 | 0 | 0.49 | 209.03 | 0.13 | 0.45 |
| Hex | 64 | 74 | 83 | 18 | B | 0 | 31 | D1 | D | 2D |
| Octal | 144 | 164 | 203 | 30 | 13 | 0 | 61 | 321 | 15 | 55 |
| Binary | 1100100 | 1110100 | 10000011 | 11000 | 1011 | 0 | 110001 | 11010001 | 1101 | 101101 |
Color Harmonies of #647483
Complementary color
Monochromatic Colors of #647483
Black with #647483
Text Example
Text Example
White with #647483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647483; }
p { color: rgb(100,116,131); }
H1.HeaderClassName
{
color: #647483;
}
.AnyTagClassName
{
color: #647483;
}
</style>
background-color css
<style>
a { background-color: #647483; }
a { background-color: rgb(100,116,131); }
div.DivClassName
{
background-color: #647483;
}
.BgClassName
{
background-color: #647483;
}
</style>
border-color css
<style>
span { border-color: #647483; }
span { border-color: rgb(100,116,131); }
td.TdClassName
{
border-color: #647483;
}
.TagClassName
{
border-color: #647483;
}
</style>