Shades of Lynch #627E93
Tints of Lynch #627E93
RGB
CMYK
RGB Variations
Color information
#627E93 (or 0x627E93) is known color: Lynch. HEX triplet: 62, 7E and 93. RGB value is (98,126,147). Sum of RGB (Red+Green+Blue) = 98+126+147=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 147 - color contains mainly: blue. Hex color #627E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627E93 is #9D816C. Grayscale: #777777. Windows color (decimal): -10322285 or 9666146. OLE color: 9666146.
HSL color Cylindrical-coordinate representation of color #627E93: hue angle of 205.71º 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 #627E93 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 126 | 147 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.42 |
| HSL | 205.71º | 0.2% | 0.48% | - |
| HSV(B) | 205.71º | 0.33% | 0.58% | - |
| XYZ | 17.76 | 19.62 | 30.46 | - |
| YUV | 120.02 | 143.22 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 126 | 147 | 0.33 | 0.14 | 0 | 0.42 | 205.71 | 0.2 | 0.48 |
| Hex | 62 | 7E | 93 | 21 | E | 0 | 2A | CE | 14 | 30 |
| Octal | 142 | 176 | 223 | 41 | 16 | 0 | 52 | 316 | 24 | 60 |
| Binary | 1100010 | 1111110 | 10010011 | 100001 | 1110 | 0 | 101010 | 11001110 | 10100 | 110000 |
Color Harmonies of #627E93
Complementary color
Monochromatic Colors of #627E93
Black with #627E93
Text Example
Text Example
White with #627E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627E93; }
p { color: rgb(98,126,147); }
H1.HeaderClassName
{
color: #627E93;
}
.AnyTagClassName
{
color: #627E93;
}
</style>
background-color css
<style>
a { background-color: #627E93; }
a { background-color: rgb(98,126,147); }
div.DivClassName
{
background-color: #627E93;
}
.BgClassName
{
background-color: #627E93;
}
</style>
border-color css
<style>
span { border-color: #627E93; }
span { border-color: rgb(98,126,147); }
td.TdClassName
{
border-color: #627E93;
}
.TagClassName
{
border-color: #627E93;
}
</style>