Shades of Lynch #627E8D
Tints of Lynch #627E8D
RGB
CMYK
RGB Variations
Color information
#627E8D (or 0x627E8D) is known color: Lynch. HEX triplet: 62, 7E and 8D. RGB value is (98,126,141). Sum of RGB (Red+Green+Blue) = 98+126+141=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 141 - color contains mainly: blue. Hex color #627E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627E8D is #9D8172. Grayscale: #777777. Windows color (decimal): -10322291 or 9272930. OLE color: 9272930.
HSL color Cylindrical-coordinate representation of color #627E8D: hue angle of 200.93º 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 #627E8D is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 126 | 141 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.45 |
| HSL | 200.93º | 0.18% | 0.47% | - |
| HSV(B) | 200.93º | 0.3% | 0.55% | - |
| XYZ | 17.31 | 19.44 | 28.04 | - |
| YUV | 119.34 | 140.22 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 126 | 141 | 0.30 | 0.11 | 0 | 0.45 | 200.93 | 0.18 | 0.47 |
| Hex | 62 | 7E | 8D | 1E | B | 0 | 2D | C9 | 12 | 2F |
| Octal | 142 | 176 | 215 | 36 | 13 | 0 | 55 | 311 | 22 | 57 |
| Binary | 1100010 | 1111110 | 10001101 | 11110 | 1011 | 0 | 101101 | 11001001 | 10010 | 101111 |
Color Harmonies of #627E8D
Complementary color
Monochromatic Colors of #627E8D
Black with #627E8D
Text Example
Text Example
White with #627E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627E8D; }
p { color: rgb(98,126,141); }
H1.HeaderClassName
{
color: #627E8D;
}
.AnyTagClassName
{
color: #627E8D;
}
</style>
background-color css
<style>
a { background-color: #627E8D; }
a { background-color: rgb(98,126,141); }
div.DivClassName
{
background-color: #627E8D;
}
.BgClassName
{
background-color: #627E8D;
}
</style>
border-color css
<style>
span { border-color: #627E8D; }
span { border-color: rgb(98,126,141); }
td.TdClassName
{
border-color: #627E8D;
}
.TagClassName
{
border-color: #627E8D;
}
</style>