Shades of Lynch #637A8D
Tints of Lynch #637A8D
RGB
CMYK
RGB Variations
Color information
#637A8D (or 0x637A8D) is known color: Lynch. HEX triplet: 63, 7A and 8D. RGB value is (99,122,141). Sum of RGB (Red+Green+Blue) = 99+122+141=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #637A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637A8D is #9C8572. Grayscale: #757575. Windows color (decimal): -10257779 or 9271907. OLE color: 9271907.
HSL color Cylindrical-coordinate representation of color #637A8D: hue angle of 207.14º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #637A8D is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 122 | 141 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.45 |
| HSL | 207.14º | 0.18% | 0.47% | - |
| HSV(B) | 207.14º | 0.3% | 0.55% | - |
| XYZ | 16.91 | 18.49 | 27.88 | - |
| YUV | 117.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 122 | 141 | 0.30 | 0.13 | 0 | 0.45 | 207.14 | 0.18 | 0.47 |
| Hex | 63 | 7A | 8D | 1E | D | 0 | 2D | CF | 12 | 2F |
| Octal | 143 | 172 | 215 | 36 | 15 | 0 | 55 | 317 | 22 | 57 |
| Binary | 1100011 | 1111010 | 10001101 | 11110 | 1101 | 0 | 101101 | 11001111 | 10010 | 101111 |
Color Harmonies of #637A8D
Complementary color
Monochromatic Colors of #637A8D
Black with #637A8D
Text Example
Text Example
White with #637A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637A8D; }
p { color: rgb(99,122,141); }
H1.HeaderClassName
{
color: #637A8D;
}
.AnyTagClassName
{
color: #637A8D;
}
</style>
background-color css
<style>
a { background-color: #637A8D; }
a { background-color: rgb(99,122,141); }
div.DivClassName
{
background-color: #637A8D;
}
.BgClassName
{
background-color: #637A8D;
}
</style>
border-color css
<style>
span { border-color: #637A8D; }
span { border-color: rgb(99,122,141); }
td.TdClassName
{
border-color: #637A8D;
}
.TagClassName
{
border-color: #637A8D;
}
</style>