Shades of Lynch #627D8D
Tints of Lynch #627D8D
RGB
CMYK
RGB Variations
Color information
#627D8D (or 0x627D8D) is known color: Lynch. HEX triplet: 62, 7D and 8D. RGB value is (98,125,141). Sum of RGB (Red+Green+Blue) = 98+125+141=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 141 - color contains mainly: blue. Hex color #627D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627D8D is #9D8272. Grayscale: #767676. Windows color (decimal): -10322547 or 9272674. OLE color: 9272674.
HSL color Cylindrical-coordinate representation of color #627D8D: hue angle of 202.33º 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 #627D8D is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 125 | 141 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.45 |
| HSL | 202.33º | 0.18% | 0.47% | - |
| HSV(B) | 202.33º | 0.3% | 0.55% | - |
| XYZ | 17.18 | 19.19 | 28 | - |
| YUV | 118.75 | 140.55 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 125 | 141 | 0.30 | 0.11 | 0 | 0.45 | 202.33 | 0.18 | 0.47 |
| Hex | 62 | 7D | 8D | 1E | B | 0 | 2D | CA | 12 | 2F |
| Octal | 142 | 175 | 215 | 36 | 13 | 0 | 55 | 312 | 22 | 57 |
| Binary | 1100010 | 1111101 | 10001101 | 11110 | 1011 | 0 | 101101 | 11001010 | 10010 | 101111 |
Color Harmonies of #627D8D
Complementary color
Monochromatic Colors of #627D8D
Black with #627D8D
Text Example
Text Example
White with #627D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627D8D; }
p { color: rgb(98,125,141); }
H1.HeaderClassName
{
color: #627D8D;
}
.AnyTagClassName
{
color: #627D8D;
}
</style>
background-color css
<style>
a { background-color: #627D8D; }
a { background-color: rgb(98,125,141); }
div.DivClassName
{
background-color: #627D8D;
}
.BgClassName
{
background-color: #627D8D;
}
</style>
border-color css
<style>
span { border-color: #627D8D; }
span { border-color: rgb(98,125,141); }
td.TdClassName
{
border-color: #627D8D;
}
.TagClassName
{
border-color: #627D8D;
}
</style>