Shades of Lynch #62798C
Tints of Lynch #62798C
RGB
CMYK
RGB Variations
Color information
#62798C (or 0x62798C) is known color: Lynch. HEX triplet: 62, 79 and 8C. RGB value is (98,121,140). Sum of RGB (Red+Green+Blue) = 98+121+140=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #62798C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62798C is #9D8673. Grayscale: #747474. Windows color (decimal): -10323572 or 9206114. OLE color: 9206114.
HSL color Cylindrical-coordinate representation of color #62798C: hue angle of 207.14º 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 #62798C is Cyan = 0.3, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 121 | 140 | - |
| CMYK | 0.3 | 0.14 | 0 | 0.45 |
| HSL | 207.14º | 0.18% | 0.47% | - |
| HSV(B) | 207.14º | 0.3% | 0.55% | - |
| XYZ | 16.61 | 18.16 | 27.44 | - |
| YUV | 116.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 121 | 140 | 0.3 | 0.14 | 0 | 0.45 | 207.14 | 0.18 | 0.47 |
| Hex | 62 | 79 | 8C | 1E | E | 0 | 2D | CF | 12 | 2F |
| Octal | 142 | 171 | 214 | 36 | 16 | 0 | 55 | 317 | 22 | 57 |
| Binary | 1100010 | 1111001 | 10001100 | 11110 | 1110 | 0 | 101101 | 11001111 | 10010 | 101111 |
Color Harmonies of #62798C
Complementary color
Monochromatic Colors of #62798C
Black with #62798C
Text Example
Text Example
White with #62798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62798C; }
p { color: rgb(98,121,140); }
H1.HeaderClassName
{
color: #62798C;
}
.AnyTagClassName
{
color: #62798C;
}
</style>
background-color css
<style>
a { background-color: #62798C; }
a { background-color: rgb(98,121,140); }
div.DivClassName
{
background-color: #62798C;
}
.BgClassName
{
background-color: #62798C;
}
</style>
border-color css
<style>
span { border-color: #62798C; }
span { border-color: rgb(98,121,140); }
td.TdClassName
{
border-color: #62798C;
}
.TagClassName
{
border-color: #62798C;
}
</style>