Shades of Lynch #62768B
Tints of Lynch #62768B
RGB
CMYK
RGB Variations
Color information
#62768B (or 0x62768B) is known color: Lynch. HEX triplet: 62, 76 and 8B. RGB value is (98,118,139). Sum of RGB (Red+Green+Blue) = 98+118+139=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #62768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62768B is #9D8974. Grayscale: #727272. Windows color (decimal): -10324341 or 9139810. OLE color: 9139810.
HSL color Cylindrical-coordinate representation of color #62768B: hue angle of 210.73º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #62768B is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 118 | 139 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.45 |
| HSL | 210.73º | 0.17% | 0.46% | - |
| HSV(B) | 210.73º | 0.29% | 0.55% | - |
| XYZ | 16.18 | 17.42 | 26.94 | - |
| YUV | 114.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 118 | 139 | 0.29 | 0.15 | 0 | 0.45 | 210.73 | 0.17 | 0.46 |
| Hex | 62 | 76 | 8B | 1D | F | 0 | 2D | D3 | 11 | 2E |
| Octal | 142 | 166 | 213 | 35 | 17 | 0 | 55 | 323 | 21 | 56 |
| Binary | 1100010 | 1110110 | 10001011 | 11101 | 1111 | 0 | 101101 | 11010011 | 10001 | 101110 |
Color Harmonies of #62768B
Complementary color
Monochromatic Colors of #62768B
Black with #62768B
Text Example
Text Example
White with #62768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62768B; }
p { color: rgb(98,118,139); }
H1.HeaderClassName
{
color: #62768B;
}
.AnyTagClassName
{
color: #62768B;
}
</style>
background-color css
<style>
a { background-color: #62768B; }
a { background-color: rgb(98,118,139); }
div.DivClassName
{
background-color: #62768B;
}
.BgClassName
{
background-color: #62768B;
}
</style>
border-color css
<style>
span { border-color: #62768B; }
span { border-color: rgb(98,118,139); }
td.TdClassName
{
border-color: #62768B;
}
.TagClassName
{
border-color: #62768B;
}
</style>