Shades of Lynch #627A8D
Tints of Lynch #627A8D
RGB
CMYK
RGB Variations
Color information
#627A8D (or 0x627A8D) is known color: Lynch. HEX triplet: 62, 7A and 8D. RGB value is (98,122,141). Sum of RGB (Red+Green+Blue) = 98+122+141=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 141 - color contains mainly: blue. Hex color #627A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627A8D is #9D8572. Grayscale: #747474. Windows color (decimal): -10323315 or 9271906. OLE color: 9271906.
HSL color Cylindrical-coordinate representation of color #627A8D: hue angle of 206.51º degrees, saturation: 0.18, 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 #627A8D is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 122 | 141 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.45 |
| HSL | 206.51º | 0.18% | 0.47% | - |
| HSV(B) | 206.51º | 0.3% | 0.55% | - |
| XYZ | 16.8 | 18.44 | 27.87 | - |
| YUV | 116.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 122 | 141 | 0.30 | 0.13 | 0 | 0.45 | 206.51 | 0.18 | 0.47 |
| Hex | 62 | 7A | 8D | 1E | D | 0 | 2D | CF | 12 | 2F |
| Octal | 142 | 172 | 215 | 36 | 15 | 0 | 55 | 317 | 22 | 57 |
| Binary | 1100010 | 1111010 | 10001101 | 11110 | 1101 | 0 | 101101 | 11001111 | 10010 | 101111 |
Color Harmonies of #627A8D
Complementary color
Monochromatic Colors of #627A8D
Black with #627A8D
Text Example
Text Example
White with #627A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627A8D; }
p { color: rgb(98,122,141); }
H1.HeaderClassName
{
color: #627A8D;
}
.AnyTagClassName
{
color: #627A8D;
}
</style>
background-color css
<style>
a { background-color: #627A8D; }
a { background-color: rgb(98,122,141); }
div.DivClassName
{
background-color: #627A8D;
}
.BgClassName
{
background-color: #627A8D;
}
</style>
border-color css
<style>
span { border-color: #627A8D; }
span { border-color: rgb(98,122,141); }
td.TdClassName
{
border-color: #627A8D;
}
.TagClassName
{
border-color: #627A8D;
}
</style>