Shades of Lynch #627A87
Tints of Lynch #627A87
RGB
CMYK
RGB Variations
Color information
#627A87 (or 0x627A87) is known color: Lynch. HEX triplet: 62, 7A and 87. RGB value is (98,122,135). Sum of RGB (Red+Green+Blue) = 98+122+135=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 135 - color contains mainly: blue. Hex color #627A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627A87 is #9D8578. Grayscale: #747474. Windows color (decimal): -10323321 or 8878690. OLE color: 8878690.
HSL color Cylindrical-coordinate representation of color #627A87: hue angle of 201.08º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #627A87 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 122 | 135 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.47 |
| HSL | 201.08º | 0.16% | 0.46% | - |
| HSV(B) | 201.08º | 0.27% | 0.53% | - |
| XYZ | 16.37 | 18.27 | 25.58 | - |
| YUV | 116.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 122 | 135 | 0.27 | 0.10 | 0 | 0.47 | 201.08 | 0.16 | 0.46 |
| Hex | 62 | 7A | 87 | 1B | A | 0 | 2F | C9 | 10 | 2E |
| Octal | 142 | 172 | 207 | 33 | 12 | 0 | 57 | 311 | 20 | 56 |
| Binary | 1100010 | 1111010 | 10000111 | 11011 | 1010 | 0 | 101111 | 11001001 | 10000 | 101110 |
Color Harmonies of #627A87
Complementary color
Monochromatic Colors of #627A87
Black with #627A87
Text Example
Text Example
White with #627A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627A87; }
p { color: rgb(98,122,135); }
H1.HeaderClassName
{
color: #627A87;
}
.AnyTagClassName
{
color: #627A87;
}
</style>
background-color css
<style>
a { background-color: #627A87; }
a { background-color: rgb(98,122,135); }
div.DivClassName
{
background-color: #627A87;
}
.BgClassName
{
background-color: #627A87;
}
</style>
border-color css
<style>
span { border-color: #627A87; }
span { border-color: rgb(98,122,135); }
td.TdClassName
{
border-color: #627A87;
}
.TagClassName
{
border-color: #627A87;
}
</style>