Shades of Lynch #647688
Tints of Lynch #647688
RGB
CMYK
RGB Variations
Color information
#647688 (or 0x647688) is known color: Lynch. HEX triplet: 64, 76 and 88. RGB value is (100,118,136). Sum of RGB (Red+Green+Blue) = 100+118+136=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 136 - color contains mainly: blue. Hex color #647688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647688 is #9B8977. Grayscale: #727272. Windows color (decimal): -10193272 or 8943204. OLE color: 8943204.
HSL color Cylindrical-coordinate representation of color #647688: hue angle of 210º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #647688 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 118 | 136 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.47 |
| HSL | 210º | 0.15% | 0.46% | - |
| HSV(B) | 210º | 0.26% | 0.53% | - |
| XYZ | 16.18 | 17.44 | 25.81 | - |
| YUV | 114.67 | 140.04 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 136 | 0.26 | 0.13 | 0 | 0.47 | 210 | 0.15 | 0.46 |
| Hex | 64 | 76 | 88 | 1A | D | 0 | 2F | D2 | F | 2E |
| Octal | 144 | 166 | 210 | 32 | 15 | 0 | 57 | 322 | 17 | 56 |
| Binary | 1100100 | 1110110 | 10001000 | 11010 | 1101 | 0 | 101111 | 11010010 | 1111 | 101110 |
Color Harmonies of #647688
Complementary color
Monochromatic Colors of #647688
Black with #647688
Text Example
Text Example
White with #647688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647688; }
p { color: rgb(100,118,136); }
H1.HeaderClassName
{
color: #647688;
}
.AnyTagClassName
{
color: #647688;
}
</style>
background-color css
<style>
a { background-color: #647688; }
a { background-color: rgb(100,118,136); }
div.DivClassName
{
background-color: #647688;
}
.BgClassName
{
background-color: #647688;
}
</style>
border-color css
<style>
span { border-color: #647688; }
span { border-color: rgb(100,118,136); }
td.TdClassName
{
border-color: #647688;
}
.TagClassName
{
border-color: #647688;
}
</style>