Shades of Lynch #6E848E
Tints of Lynch #6E848E
RGB
CMYK
RGB Variations
Color information
#6E848E (or 0x6E848E) is known color: Lynch. HEX triplet: 6E, 84 and 8E. RGB value is (110,132,142). Sum of RGB (Red+Green+Blue) = 110+132+142=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 142 - color contains mainly: blue. Hex color #6E848E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E848E is #917B71. Grayscale: #7E7E7E. Windows color (decimal): -9534322 or 9340014. OLE color: 9340014.
HSL color Cylindrical-coordinate representation of color #6E848E: hue angle of 198.75º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E848E is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 132 | 142 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.44 |
| HSL | 198.75º | 0.13% | 0.49% | - |
| HSV(B) | 198.75º | 0.23% | 0.56% | - |
| XYZ | 19.56 | 21.77 | 28.76 | - |
| YUV | 126.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 132 | 142 | 0.23 | 0.07 | 0 | 0.44 | 198.75 | 0.13 | 0.49 |
| Hex | 6E | 84 | 8E | 17 | 7 | 0 | 2C | C7 | D | 31 |
| Octal | 156 | 204 | 216 | 27 | 7 | 0 | 54 | 307 | 15 | 61 |
| Binary | 1101110 | 10000100 | 10001110 | 10111 | 111 | 0 | 101100 | 11000111 | 1101 | 110001 |
Color Harmonies of #6E848E
Complementary color
Monochromatic Colors of #6E848E
Black with #6E848E
Text Example
Text Example
White with #6E848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E848E; }
p { color: rgb(110,132,142); }
H1.HeaderClassName
{
color: #6E848E;
}
.AnyTagClassName
{
color: #6E848E;
}
</style>
background-color css
<style>
a { background-color: #6E848E; }
a { background-color: rgb(110,132,142); }
div.DivClassName
{
background-color: #6E848E;
}
.BgClassName
{
background-color: #6E848E;
}
</style>
border-color css
<style>
span { border-color: #6E848E; }
span { border-color: rgb(110,132,142); }
td.TdClassName
{
border-color: #6E848E;
}
.TagClassName
{
border-color: #6E848E;
}
</style>