Shades of Lynch #637682
Tints of Lynch #637682
RGB
CMYK
RGB Variations
Color information
#637682 (or 0x637682) is known color: Lynch. HEX triplet: 63, 76 and 82. RGB value is (99,118,130). Sum of RGB (Red+Green+Blue) = 99+118+130=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 130 - color contains mainly: blue. Hex color #637682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637682 is #9C897D. Grayscale: #717171. Windows color (decimal): -10258814 or 8549987. OLE color: 8549987.
HSL color Cylindrical-coordinate representation of color #637682: hue angle of 203.23º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #637682 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 118 | 130 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.49 |
| HSL | 203.23º | 0.14% | 0.45% | - |
| HSV(B) | 203.23º | 0.24% | 0.51% | - |
| XYZ | 15.65 | 17.22 | 23.62 | - |
| YUV | 113.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 118 | 130 | 0.24 | 0.09 | 0 | 0.49 | 203.23 | 0.14 | 0.45 |
| Hex | 63 | 76 | 82 | 18 | 9 | 0 | 31 | CB | E | 2D |
| Octal | 143 | 166 | 202 | 30 | 11 | 0 | 61 | 313 | 16 | 55 |
| Binary | 1100011 | 1110110 | 10000010 | 11000 | 1001 | 0 | 110001 | 11001011 | 1110 | 101101 |
Color Harmonies of #637682
Complementary color
Monochromatic Colors of #637682
Black with #637682
Text Example
Text Example
White with #637682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637682; }
p { color: rgb(99,118,130); }
H1.HeaderClassName
{
color: #637682;
}
.AnyTagClassName
{
color: #637682;
}
</style>
background-color css
<style>
a { background-color: #637682; }
a { background-color: rgb(99,118,130); }
div.DivClassName
{
background-color: #637682;
}
.BgClassName
{
background-color: #637682;
}
</style>
border-color css
<style>
span { border-color: #637682; }
span { border-color: rgb(99,118,130); }
td.TdClassName
{
border-color: #637682;
}
.TagClassName
{
border-color: #637682;
}
</style>