Shades of Lynch #6E777D
Tints of Lynch #6E777D
RGB
CMYK
RGB Variations
Color information
#6E777D (or 0x6E777D) is known color: Lynch. HEX triplet: 6E, 77 and 7D. RGB value is (110,119,125). Sum of RGB (Red+Green+Blue) = 110+119+125=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E777D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E777D is #918882. Grayscale: #747474. Windows color (decimal): -9537667 or 8222574. OLE color: 8222574.
HSL color Cylindrical-coordinate representation of color #6E777D: hue angle of 204º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6E777D is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 119 | 125 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.51 |
| HSL | 204º | 0.06% | 0.46% | - |
| HSV(B) | 204º | 0.12% | 0.49% | - |
| XYZ | 16.73 | 17.99 | 21.99 | - |
| YUV | 116.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 125 | 0.12 | 0.05 | 0 | 0.51 | 204 | 0.06 | 0.46 |
| Hex | 6E | 77 | 7D | C | 5 | 0 | 33 | CC | 6 | 2E |
| Octal | 156 | 167 | 175 | 14 | 5 | 0 | 63 | 314 | 6 | 56 |
| Binary | 1101110 | 1110111 | 1111101 | 1100 | 101 | 0 | 110011 | 11001100 | 110 | 101110 |
Color Harmonies of #6E777D
Complementary color
Monochromatic Colors of #6E777D
Black with #6E777D
Text Example
Text Example
White with #6E777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E777D; }
p { color: rgb(110,119,125); }
H1.HeaderClassName
{
color: #6E777D;
}
.AnyTagClassName
{
color: #6E777D;
}
</style>
background-color css
<style>
a { background-color: #6E777D; }
a { background-color: rgb(110,119,125); }
div.DivClassName
{
background-color: #6E777D;
}
.BgClassName
{
background-color: #6E777D;
}
</style>
border-color css
<style>
span { border-color: #6E777D; }
span { border-color: rgb(110,119,125); }
td.TdClassName
{
border-color: #6E777D;
}
.TagClassName
{
border-color: #6E777D;
}
</style>