Shades of Lynch #657984
Tints of Lynch #657984
RGB
CMYK
RGB Variations
Color information
#657984 (or 0x657984) is known color: Lynch. HEX triplet: 65, 79 and 84. RGB value is (101,121,132). Sum of RGB (Red+Green+Blue) = 101+121+132=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 132 - color contains mainly: blue. Hex color #657984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657984 is #9A867B. Grayscale: #747474. Windows color (decimal): -10126972 or 8681829. OLE color: 8681829.
HSL color Cylindrical-coordinate representation of color #657984: hue angle of 201.29º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #657984 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 121 | 132 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.48 |
| HSL | 201.29º | 0.13% | 0.46% | - |
| HSV(B) | 201.29º | 0.23% | 0.52% | - |
| XYZ | 16.37 | 18.11 | 24.46 | - |
| YUV | 116.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 121 | 132 | 0.23 | 0.08 | 0 | 0.48 | 201.29 | 0.13 | 0.46 |
| Hex | 65 | 79 | 84 | 17 | 8 | 0 | 30 | C9 | D | 2E |
| Octal | 145 | 171 | 204 | 27 | 10 | 0 | 60 | 311 | 15 | 56 |
| Binary | 1100101 | 1111001 | 10000100 | 10111 | 1000 | 0 | 110000 | 11001001 | 1101 | 101110 |
Color Harmonies of #657984
Complementary color
Monochromatic Colors of #657984
Black with #657984
Text Example
Text Example
White with #657984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657984; }
p { color: rgb(101,121,132); }
H1.HeaderClassName
{
color: #657984;
}
.AnyTagClassName
{
color: #657984;
}
</style>
background-color css
<style>
a { background-color: #657984; }
a { background-color: rgb(101,121,132); }
div.DivClassName
{
background-color: #657984;
}
.BgClassName
{
background-color: #657984;
}
</style>
border-color css
<style>
span { border-color: #657984; }
span { border-color: rgb(101,121,132); }
td.TdClassName
{
border-color: #657984;
}
.TagClassName
{
border-color: #657984;
}
</style>