Shades of Lynch #627D8C
Tints of Lynch #627D8C
RGB
CMYK
RGB Variations
Color information
#627D8C (or 0x627D8C) is known color: Lynch. HEX triplet: 62, 7D and 8C. RGB value is (98,125,140). Sum of RGB (Red+Green+Blue) = 98+125+140=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 140 - color contains mainly: blue. Hex color #627D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627D8C is #9D8273. Grayscale: #767676. Windows color (decimal): -10322548 or 9207138. OLE color: 9207138.
HSL color Cylindrical-coordinate representation of color #627D8C: hue angle of 201.43º 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 #627D8C is Cyan = 0.3, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 125 | 140 | - |
| CMYK | 0.3 | 0.11 | 0 | 0.45 |
| HSL | 201.43º | 0.18% | 0.47% | - |
| HSV(B) | 201.43º | 0.3% | 0.55% | - |
| XYZ | 17.1 | 19.16 | 27.61 | - |
| YUV | 118.64 | 140.05 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 125 | 140 | 0.3 | 0.11 | 0 | 0.45 | 201.43 | 0.18 | 0.47 |
| Hex | 62 | 7D | 8C | 1E | B | 0 | 2D | C9 | 12 | 2F |
| Octal | 142 | 175 | 214 | 36 | 13 | 0 | 55 | 311 | 22 | 57 |
| Binary | 1100010 | 1111101 | 10001100 | 11110 | 1011 | 0 | 101101 | 11001001 | 10010 | 101111 |
Color Harmonies of #627D8C
Complementary color
Monochromatic Colors of #627D8C
Black with #627D8C
Text Example
Text Example
White with #627D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627D8C; }
p { color: rgb(98,125,140); }
H1.HeaderClassName
{
color: #627D8C;
}
.AnyTagClassName
{
color: #627D8C;
}
</style>
background-color css
<style>
a { background-color: #627D8C; }
a { background-color: rgb(98,125,140); }
div.DivClassName
{
background-color: #627D8C;
}
.BgClassName
{
background-color: #627D8C;
}
</style>
border-color css
<style>
span { border-color: #627D8C; }
span { border-color: rgb(98,125,140); }
td.TdClassName
{
border-color: #627D8C;
}
.TagClassName
{
border-color: #627D8C;
}
</style>