Shades of Lynch #62788A
Tints of Lynch #62788A
RGB
CMYK
RGB Variations
Color information
#62788A (or 0x62788A) is known color: Lynch. HEX triplet: 62, 78 and 8A. RGB value is (98,120,138). Sum of RGB (Red+Green+Blue) = 98+120+138=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 138 - color contains mainly: blue. Hex color #62788A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62788A is #9D8775. Grayscale: #737373. Windows color (decimal): -10323830 or 9074786. OLE color: 9074786.
HSL color Cylindrical-coordinate representation of color #62788A: hue angle of 207º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #62788A is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 120 | 138 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.46 |
| HSL | 207º | 0.17% | 0.46% | - |
| HSV(B) | 207º | 0.29% | 0.54% | - |
| XYZ | 16.34 | 17.86 | 26.63 | - |
| YUV | 115.47 | 140.71 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 120 | 138 | 0.29 | 0.13 | 0 | 0.46 | 207 | 0.17 | 0.46 |
| Hex | 62 | 78 | 8A | 1D | D | 0 | 2E | CF | 11 | 2E |
| Octal | 142 | 170 | 212 | 35 | 15 | 0 | 56 | 317 | 21 | 56 |
| Binary | 1100010 | 1111000 | 10001010 | 11101 | 1101 | 0 | 101110 | 11001111 | 10001 | 101110 |
Color Harmonies of #62788A
Complementary color
Monochromatic Colors of #62788A
Black with #62788A
Text Example
Text Example
White with #62788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62788A; }
p { color: rgb(98,120,138); }
H1.HeaderClassName
{
color: #62788A;
}
.AnyTagClassName
{
color: #62788A;
}
</style>
background-color css
<style>
a { background-color: #62788A; }
a { background-color: rgb(98,120,138); }
div.DivClassName
{
background-color: #62788A;
}
.BgClassName
{
background-color: #62788A;
}
</style>
border-color css
<style>
span { border-color: #62788A; }
span { border-color: rgb(98,120,138); }
td.TdClassName
{
border-color: #62788A;
}
.TagClassName
{
border-color: #62788A;
}
</style>