Shades of Lynch #637A8A
Tints of Lynch #637A8A
RGB
CMYK
RGB Variations
Color information
#637A8A (or 0x637A8A) is known color: Lynch. HEX triplet: 63, 7A and 8A. RGB value is (99,122,138). Sum of RGB (Red+Green+Blue) = 99+122+138=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 138 - color contains mainly: blue. Hex color #637A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637A8A is #9C8575. Grayscale: #747474. Windows color (decimal): -10257782 or 9075299. OLE color: 9075299.
HSL color Cylindrical-coordinate representation of color #637A8A: hue angle of 204.62º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #637A8A is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 122 | 138 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.46 |
| HSL | 204.62º | 0.16% | 0.46% | - |
| HSV(B) | 204.62º | 0.28% | 0.54% | - |
| XYZ | 16.69 | 18.41 | 26.72 | - |
| YUV | 116.95 | 139.88 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 122 | 138 | 0.28 | 0.12 | 0 | 0.46 | 204.62 | 0.16 | 0.46 |
| Hex | 63 | 7A | 8A | 1C | C | 0 | 2E | CD | 10 | 2E |
| Octal | 143 | 172 | 212 | 34 | 14 | 0 | 56 | 315 | 20 | 56 |
| Binary | 1100011 | 1111010 | 10001010 | 11100 | 1100 | 0 | 101110 | 11001101 | 10000 | 101110 |
Color Harmonies of #637A8A
Complementary color
Monochromatic Colors of #637A8A
Black with #637A8A
Text Example
Text Example
White with #637A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637A8A; }
p { color: rgb(99,122,138); }
H1.HeaderClassName
{
color: #637A8A;
}
.AnyTagClassName
{
color: #637A8A;
}
</style>
background-color css
<style>
a { background-color: #637A8A; }
a { background-color: rgb(99,122,138); }
div.DivClassName
{
background-color: #637A8A;
}
.BgClassName
{
background-color: #637A8A;
}
</style>
border-color css
<style>
span { border-color: #637A8A; }
span { border-color: rgb(99,122,138); }
td.TdClassName
{
border-color: #637A8A;
}
.TagClassName
{
border-color: #637A8A;
}
</style>