Shades of Lynch #647C8B
Tints of Lynch #647C8B
RGB
CMYK
RGB Variations
Color information
#647C8B (or 0x647C8B) is known color: Lynch. HEX triplet: 64, 7C and 8B. RGB value is (100,124,139). Sum of RGB (Red+Green+Blue) = 100+124+139=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #647C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647C8B is #9B8374. Grayscale: #767676. Windows color (decimal): -10191733 or 9141348. OLE color: 9141348.
HSL color Cylindrical-coordinate representation of color #647C8B: hue angle of 203.08º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #647C8B is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 124 | 139 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.45 |
| HSL | 203.08º | 0.16% | 0.47% | - |
| HSV(B) | 203.08º | 0.28% | 0.55% | - |
| XYZ | 17.12 | 18.99 | 27.19 | - |
| YUV | 118.53 | 139.55 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 139 | 0.28 | 0.11 | 0 | 0.45 | 203.08 | 0.16 | 0.47 |
| Hex | 64 | 7C | 8B | 1C | B | 0 | 2D | CB | 10 | 2F |
| Octal | 144 | 174 | 213 | 34 | 13 | 0 | 55 | 313 | 20 | 57 |
| Binary | 1100100 | 1111100 | 10001011 | 11100 | 1011 | 0 | 101101 | 11001011 | 10000 | 101111 |
Color Harmonies of #647C8B
Complementary color
Monochromatic Colors of #647C8B
Black with #647C8B
Text Example
Text Example
White with #647C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647C8B; }
p { color: rgb(100,124,139); }
H1.HeaderClassName
{
color: #647C8B;
}
.AnyTagClassName
{
color: #647C8B;
}
</style>
background-color css
<style>
a { background-color: #647C8B; }
a { background-color: rgb(100,124,139); }
div.DivClassName
{
background-color: #647C8B;
}
.BgClassName
{
background-color: #647C8B;
}
</style>
border-color css
<style>
span { border-color: #647C8B; }
span { border-color: rgb(100,124,139); }
td.TdClassName
{
border-color: #647C8B;
}
.TagClassName
{
border-color: #647C8B;
}
</style>