Shades of Lynch #62768A
Tints of Lynch #62768A
RGB
CMYK
RGB Variations
Color information
#62768A (or 0x62768A) is known color: Lynch. HEX triplet: 62, 76 and 8A. RGB value is (98,118,138). Sum of RGB (Red+Green+Blue) = 98+118+138=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 138 - color contains mainly: blue. Hex color #62768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62768A is #9D8975. Grayscale: #727272. Windows color (decimal): -10324342 or 9074274. OLE color: 9074274.
HSL color Cylindrical-coordinate representation of color #62768A: hue angle of 210º 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 #62768A is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 118 | 138 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.46 |
| HSL | 210º | 0.17% | 0.46% | - |
| HSV(B) | 210º | 0.29% | 0.54% | - |
| XYZ | 16.1 | 17.39 | 26.55 | - |
| YUV | 114.3 | 141.37 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 118 | 138 | 0.29 | 0.14 | 0 | 0.46 | 210 | 0.17 | 0.46 |
| Hex | 62 | 76 | 8A | 1D | E | 0 | 2E | D2 | 11 | 2E |
| Octal | 142 | 166 | 212 | 35 | 16 | 0 | 56 | 322 | 21 | 56 |
| Binary | 1100010 | 1110110 | 10001010 | 11101 | 1110 | 0 | 101110 | 11010010 | 10001 | 101110 |
Color Harmonies of #62768A
Complementary color
Monochromatic Colors of #62768A
Black with #62768A
Text Example
Text Example
White with #62768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62768A; }
p { color: rgb(98,118,138); }
H1.HeaderClassName
{
color: #62768A;
}
.AnyTagClassName
{
color: #62768A;
}
</style>
background-color css
<style>
a { background-color: #62768A; }
a { background-color: rgb(98,118,138); }
div.DivClassName
{
background-color: #62768A;
}
.BgClassName
{
background-color: #62768A;
}
</style>
border-color css
<style>
span { border-color: #62768A; }
span { border-color: rgb(98,118,138); }
td.TdClassName
{
border-color: #62768A;
}
.TagClassName
{
border-color: #62768A;
}
</style>