Shades of Lynch #627C93
Tints of Lynch #627C93
RGB
CMYK
RGB Variations
Color information
#627C93 (or 0x627C93) is known color: Lynch. HEX triplet: 62, 7C and 93. RGB value is (98,124,147). Sum of RGB (Red+Green+Blue) = 98+124+147=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 147 - color contains mainly: blue. Hex color #627C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627C93 is #9D836C. Grayscale: #767676. Windows color (decimal): -10322797 or 9665634. OLE color: 9665634.
HSL color Cylindrical-coordinate representation of color #627C93: hue angle of 208.16º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #627C93 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 124 | 147 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.42 |
| HSL | 208.16º | 0.2% | 0.48% | - |
| HSV(B) | 208.16º | 0.33% | 0.58% | - |
| XYZ | 17.51 | 19.12 | 30.37 | - |
| YUV | 118.85 | 143.89 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 124 | 147 | 0.33 | 0.16 | 0 | 0.42 | 208.16 | 0.2 | 0.48 |
| Hex | 62 | 7C | 93 | 21 | 10 | 0 | 2A | D0 | 14 | 30 |
| Octal | 142 | 174 | 223 | 41 | 20 | 0 | 52 | 320 | 24 | 60 |
| Binary | 1100010 | 1111100 | 10010011 | 100001 | 10000 | 0 | 101010 | 11010000 | 10100 | 110000 |
Color Harmonies of #627C93
Complementary color
Monochromatic Colors of #627C93
Black with #627C93
Text Example
Text Example
White with #627C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627C93; }
p { color: rgb(98,124,147); }
H1.HeaderClassName
{
color: #627C93;
}
.AnyTagClassName
{
color: #627C93;
}
</style>
background-color css
<style>
a { background-color: #627C93; }
a { background-color: rgb(98,124,147); }
div.DivClassName
{
background-color: #627C93;
}
.BgClassName
{
background-color: #627C93;
}
</style>
border-color css
<style>
span { border-color: #627C93; }
span { border-color: rgb(98,124,147); }
td.TdClassName
{
border-color: #627C93;
}
.TagClassName
{
border-color: #627C93;
}
</style>