Shades of Lynch #627D90
Tints of Lynch #627D90
RGB
CMYK
RGB Variations
Color information
#627D90 (or 0x627D90) is known color: Lynch. HEX triplet: 62, 7D and 90. RGB value is (98,125,144). Sum of RGB (Red+Green+Blue) = 98+125+144=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 144 - color contains mainly: blue. Hex color #627D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627D90 is #9D826F. Grayscale: #767676. Windows color (decimal): -10322544 or 9469282. OLE color: 9469282.
HSL color Cylindrical-coordinate representation of color #627D90: hue angle of 204.78º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #627D90 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 125 | 144 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.44 |
| HSL | 204.78º | 0.19% | 0.47% | - |
| HSV(B) | 204.78º | 0.32% | 0.56% | - |
| XYZ | 17.4 | 19.28 | 29.19 | - |
| YUV | 119.09 | 142.05 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 125 | 144 | 0.32 | 0.13 | 0 | 0.44 | 204.78 | 0.19 | 0.47 |
| Hex | 62 | 7D | 90 | 20 | D | 0 | 2C | CD | 13 | 2F |
| Octal | 142 | 175 | 220 | 40 | 15 | 0 | 54 | 315 | 23 | 57 |
| Binary | 1100010 | 1111101 | 10010000 | 100000 | 1101 | 0 | 101100 | 11001101 | 10011 | 101111 |
Color Harmonies of #627D90
Complementary color
Monochromatic Colors of #627D90
Black with #627D90
Text Example
Text Example
White with #627D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627D90; }
p { color: rgb(98,125,144); }
H1.HeaderClassName
{
color: #627D90;
}
.AnyTagClassName
{
color: #627D90;
}
</style>
background-color css
<style>
a { background-color: #627D90; }
a { background-color: rgb(98,125,144); }
div.DivClassName
{
background-color: #627D90;
}
.BgClassName
{
background-color: #627D90;
}
</style>
border-color css
<style>
span { border-color: #627D90; }
span { border-color: rgb(98,125,144); }
td.TdClassName
{
border-color: #627D90;
}
.TagClassName
{
border-color: #627D90;
}
</style>