Shades of Lynch #648196
Tints of Lynch #648196
RGB
CMYK
RGB Variations
Color information
#648196 (or 0x648196) is known color: Lynch. HEX triplet: 64, 81 and 96. RGB value is (100,129,150). Sum of RGB (Red+Green+Blue) = 100+129+150=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 150 - color contains mainly: blue. Hex color #648196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648196 is #9B7E69. Grayscale: #7A7A7A. Windows color (decimal): -10190442 or 9863524. OLE color: 9863524.
HSL color Cylindrical-coordinate representation of color #648196: hue angle of 205.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #648196 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 129 | 150 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.41 |
| HSL | 205.2º | 0.2% | 0.49% | - |
| HSV(B) | 205.2º | 0.33% | 0.59% | - |
| XYZ | 18.61 | 20.61 | 31.85 | - |
| YUV | 122.72 | 143.39 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 129 | 150 | 0.33 | 0.14 | 0 | 0.41 | 205.2 | 0.2 | 0.49 |
| Hex | 64 | 81 | 96 | 21 | E | 0 | 29 | CD | 14 | 31 |
| Octal | 144 | 201 | 226 | 41 | 16 | 0 | 51 | 315 | 24 | 61 |
| Binary | 1100100 | 10000001 | 10010110 | 100001 | 1110 | 0 | 101001 | 11001101 | 10100 | 110001 |
Color Harmonies of #648196
Complementary color
Monochromatic Colors of #648196
Black with #648196
Text Example
Text Example
White with #648196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648196; }
p { color: rgb(100,129,150); }
H1.HeaderClassName
{
color: #648196;
}
.AnyTagClassName
{
color: #648196;
}
</style>
background-color css
<style>
a { background-color: #648196; }
a { background-color: rgb(100,129,150); }
div.DivClassName
{
background-color: #648196;
}
.BgClassName
{
background-color: #648196;
}
</style>
border-color css
<style>
span { border-color: #648196; }
span { border-color: rgb(100,129,150); }
td.TdClassName
{
border-color: #648196;
}
.TagClassName
{
border-color: #648196;
}
</style>