Shades of Lynch #627B8C
Tints of Lynch #627B8C
RGB
CMYK
RGB Variations
Color information
#627B8C (or 0x627B8C) is known color: Lynch. HEX triplet: 62, 7B and 8C. RGB value is (98,123,140). Sum of RGB (Red+Green+Blue) = 98+123+140=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 140 - color contains mainly: blue. Hex color #627B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627B8C is #9D8473. Grayscale: #757575. Windows color (decimal): -10323060 or 9206626. OLE color: 9206626.
HSL color Cylindrical-coordinate representation of color #627B8C: hue angle of 204.29º 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 #627B8C is Cyan = 0.3, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 123 | 140 | - |
| CMYK | 0.3 | 0.12 | 0 | 0.45 |
| HSL | 204.29º | 0.18% | 0.47% | - |
| HSV(B) | 204.29º | 0.3% | 0.55% | - |
| XYZ | 16.85 | 18.66 | 27.52 | - |
| YUV | 117.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 123 | 140 | 0.3 | 0.12 | 0 | 0.45 | 204.29 | 0.18 | 0.47 |
| Hex | 62 | 7B | 8C | 1E | C | 0 | 2D | CC | 12 | 2F |
| Octal | 142 | 173 | 214 | 36 | 14 | 0 | 55 | 314 | 22 | 57 |
| Binary | 1100010 | 1111011 | 10001100 | 11110 | 1100 | 0 | 101101 | 11001100 | 10010 | 101111 |
Color Harmonies of #627B8C
Complementary color
Monochromatic Colors of #627B8C
Black with #627B8C
Text Example
Text Example
White with #627B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627B8C; }
p { color: rgb(98,123,140); }
H1.HeaderClassName
{
color: #627B8C;
}
.AnyTagClassName
{
color: #627B8C;
}
</style>
background-color css
<style>
a { background-color: #627B8C; }
a { background-color: rgb(98,123,140); }
div.DivClassName
{
background-color: #627B8C;
}
.BgClassName
{
background-color: #627B8C;
}
</style>
border-color css
<style>
span { border-color: #627B8C; }
span { border-color: rgb(98,123,140); }
td.TdClassName
{
border-color: #627B8C;
}
.TagClassName
{
border-color: #627B8C;
}
</style>