Shades of Lynch #647B8E
Tints of Lynch #647B8E
RGB
CMYK
RGB Variations
Color information
#647B8E (or 0x647B8E) is known color: Lynch. HEX triplet: 64, 7B and 8E. RGB value is (100,123,142). Sum of RGB (Red+Green+Blue) = 100+123+142=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 142 - color contains mainly: blue. Hex color #647B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647B8E is #9B8471. Grayscale: #767676. Windows color (decimal): -10191986 or 9337700. OLE color: 9337700.
HSL color Cylindrical-coordinate representation of color #647B8E: hue angle of 207.14º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #647B8E is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 123 | 142 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.44 |
| HSL | 207.14º | 0.17% | 0.47% | - |
| HSV(B) | 207.14º | 0.3% | 0.56% | - |
| XYZ | 17.22 | 18.83 | 28.32 | - |
| YUV | 118.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 123 | 142 | 0.30 | 0.13 | 0 | 0.44 | 207.14 | 0.17 | 0.47 |
| Hex | 64 | 7B | 8E | 1E | D | 0 | 2C | CF | 11 | 2F |
| Octal | 144 | 173 | 216 | 36 | 15 | 0 | 54 | 317 | 21 | 57 |
| Binary | 1100100 | 1111011 | 10001110 | 11110 | 1101 | 0 | 101100 | 11001111 | 10001 | 101111 |
Color Harmonies of #647B8E
Complementary color
Monochromatic Colors of #647B8E
Black with #647B8E
Text Example
Text Example
White with #647B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647B8E; }
p { color: rgb(100,123,142); }
H1.HeaderClassName
{
color: #647B8E;
}
.AnyTagClassName
{
color: #647B8E;
}
</style>
background-color css
<style>
a { background-color: #647B8E; }
a { background-color: rgb(100,123,142); }
div.DivClassName
{
background-color: #647B8E;
}
.BgClassName
{
background-color: #647B8E;
}
</style>
border-color css
<style>
span { border-color: #647B8E; }
span { border-color: rgb(100,123,142); }
td.TdClassName
{
border-color: #647B8E;
}
.TagClassName
{
border-color: #647B8E;
}
</style>