Shades of Lynch #627B90
Tints of Lynch #627B90
RGB
CMYK
RGB Variations
Color information
#627B90 (or 0x627B90) is known color: Lynch. HEX triplet: 62, 7B and 90. RGB value is (98,123,144). Sum of RGB (Red+Green+Blue) = 98+123+144=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 144 - color contains mainly: blue. Hex color #627B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627B90 is #9D846F. Grayscale: #757575. Windows color (decimal): -10323056 or 9468770. OLE color: 9468770.
HSL color Cylindrical-coordinate representation of color #627B90: hue angle of 207.39º 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 #627B90 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 123 | 144 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.44 |
| HSL | 207.39º | 0.19% | 0.47% | - |
| HSV(B) | 207.39º | 0.32% | 0.56% | - |
| XYZ | 17.15 | 18.78 | 29.11 | - |
| YUV | 117.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 123 | 144 | 0.32 | 0.15 | 0 | 0.44 | 207.39 | 0.19 | 0.47 |
| Hex | 62 | 7B | 90 | 20 | F | 0 | 2C | CF | 13 | 2F |
| Octal | 142 | 173 | 220 | 40 | 17 | 0 | 54 | 317 | 23 | 57 |
| Binary | 1100010 | 1111011 | 10010000 | 100000 | 1111 | 0 | 101100 | 11001111 | 10011 | 101111 |
Color Harmonies of #627B90
Complementary color
Monochromatic Colors of #627B90
Black with #627B90
Text Example
Text Example
White with #627B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627B90; }
p { color: rgb(98,123,144); }
H1.HeaderClassName
{
color: #627B90;
}
.AnyTagClassName
{
color: #627B90;
}
</style>
background-color css
<style>
a { background-color: #627B90; }
a { background-color: rgb(98,123,144); }
div.DivClassName
{
background-color: #627B90;
}
.BgClassName
{
background-color: #627B90;
}
</style>
border-color css
<style>
span { border-color: #627B90; }
span { border-color: rgb(98,123,144); }
td.TdClassName
{
border-color: #627B90;
}
.TagClassName
{
border-color: #627B90;
}
</style>