Shades of Lynch #647A8B
Tints of Lynch #647A8B
RGB
CMYK
RGB Variations
Color information
#647A8B (or 0x647A8B) is known color: Lynch. HEX triplet: 64, 7A and 8B. RGB value is (100,122,139). Sum of RGB (Red+Green+Blue) = 100+122+139=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 139 - color contains mainly: blue. Hex color #647A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647A8B is #9B8574. Grayscale: #757575. Windows color (decimal): -10192245 or 9140836. OLE color: 9140836.
HSL color Cylindrical-coordinate representation of color #647A8B: hue angle of 206.15º 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 #647A8B is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 122 | 139 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.45 |
| HSL | 206.15º | 0.16% | 0.47% | - |
| HSV(B) | 206.15º | 0.28% | 0.55% | - |
| XYZ | 16.88 | 18.49 | 27.11 | - |
| YUV | 117.36 | 140.21 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 139 | 0.28 | 0.12 | 0 | 0.45 | 206.15 | 0.16 | 0.47 |
| Hex | 64 | 7A | 8B | 1C | C | 0 | 2D | CE | 10 | 2F |
| Octal | 144 | 172 | 213 | 34 | 14 | 0 | 55 | 316 | 20 | 57 |
| Binary | 1100100 | 1111010 | 10001011 | 11100 | 1100 | 0 | 101101 | 11001110 | 10000 | 101111 |
Color Harmonies of #647A8B
Complementary color
Monochromatic Colors of #647A8B
Black with #647A8B
Text Example
Text Example
White with #647A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647A8B; }
p { color: rgb(100,122,139); }
H1.HeaderClassName
{
color: #647A8B;
}
.AnyTagClassName
{
color: #647A8B;
}
</style>
background-color css
<style>
a { background-color: #647A8B; }
a { background-color: rgb(100,122,139); }
div.DivClassName
{
background-color: #647A8B;
}
.BgClassName
{
background-color: #647A8B;
}
</style>
border-color css
<style>
span { border-color: #647A8B; }
span { border-color: rgb(100,122,139); }
td.TdClassName
{
border-color: #647A8B;
}
.TagClassName
{
border-color: #647A8B;
}
</style>