Shades of Lynch #6E848F
Tints of Lynch #6E848F
RGB
CMYK
RGB Variations
Color information
#6E848F (or 0x6E848F) is known color: Lynch. HEX triplet: 6E, 84 and 8F. RGB value is (110,132,143). Sum of RGB (Red+Green+Blue) = 110+132+143=385 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.57% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 143 - color contains mainly: blue. Hex color #6E848F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E848F is #917B70. Grayscale: #7E7E7E. Windows color (decimal): -9534321 or 9405550. OLE color: 9405550.
HSL color Cylindrical-coordinate representation of color #6E848F: hue angle of 200º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E848F is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 132 | 143 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.44 |
| HSL | 200º | 0.13% | 0.5% | - |
| HSV(B) | 200º | 0.23% | 0.56% | - |
| XYZ | 19.64 | 21.8 | 29.16 | - |
| YUV | 126.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 132 | 143 | 0.23 | 0.08 | 0 | 0.44 | 200 | 0.13 | 0.5 |
| Hex | 6E | 84 | 8F | 17 | 8 | 0 | 2C | C8 | D | 32 |
| Octal | 156 | 204 | 217 | 27 | 10 | 0 | 54 | 310 | 15 | 62 |
| Binary | 1101110 | 10000100 | 10001111 | 10111 | 1000 | 0 | 101100 | 11001000 | 1101 | 110010 |
Color Harmonies of #6E848F
Complementary color
Monochromatic Colors of #6E848F
Black with #6E848F
Text Example
Text Example
White with #6E848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E848F; }
p { color: rgb(110,132,143); }
H1.HeaderClassName
{
color: #6E848F;
}
.AnyTagClassName
{
color: #6E848F;
}
</style>
background-color css
<style>
a { background-color: #6E848F; }
a { background-color: rgb(110,132,143); }
div.DivClassName
{
background-color: #6E848F;
}
.BgClassName
{
background-color: #6E848F;
}
</style>
border-color css
<style>
span { border-color: #6E848F; }
span { border-color: rgb(110,132,143); }
td.TdClassName
{
border-color: #6E848F;
}
.TagClassName
{
border-color: #6E848F;
}
</style>