Shades of Lynch #6E7B84
Tints of Lynch #6E7B84
RGB
CMYK
RGB Variations
Color information
#6E7B84 (or 0x6E7B84) is known color: Lynch. HEX triplet: 6E, 7B and 84. RGB value is (110,123,132). Sum of RGB (Red+Green+Blue) = 110+123+132=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 132 - color contains mainly: blue. Hex color #6E7B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7B84 is #91847B. Grayscale: #787878. Windows color (decimal): -9536636 or 8682350. OLE color: 8682350.
HSL color Cylindrical-coordinate representation of color #6E7B84: hue angle of 204.55º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E7B84 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 110 | 123 | 132 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.48 |
| HSL | 204.55º | 0.09% | 0.47% | - |
| HSV(B) | 204.55º | 0.17% | 0.52% | - |
| XYZ | 17.68 | 19.15 | 24.59 | - |
| YUV | 120.14 | 134.69 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 123 | 132 | 0.17 | 0.07 | 0 | 0.48 | 204.55 | 0.09 | 0.47 |
| Hex | 6E | 7B | 84 | 11 | 7 | 0 | 30 | CD | 9 | 2F |
| Octal | 156 | 173 | 204 | 21 | 7 | 0 | 60 | 315 | 11 | 57 |
| Binary | 1101110 | 1111011 | 10000100 | 10001 | 111 | 0 | 110000 | 11001101 | 1001 | 101111 |
Color Harmonies of #6E7B84
Complementary color
Monochromatic Colors of #6E7B84
Black with #6E7B84
Text Example
Text Example
White with #6E7B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7B84; }
p { color: rgb(110,123,132); }
H1.HeaderClassName
{
color: #6E7B84;
}
.AnyTagClassName
{
color: #6E7B84;
}
</style>
background-color css
<style>
a { background-color: #6E7B84; }
a { background-color: rgb(110,123,132); }
div.DivClassName
{
background-color: #6E7B84;
}
.BgClassName
{
background-color: #6E7B84;
}
</style>
border-color css
<style>
span { border-color: #6E7B84; }
span { border-color: rgb(110,123,132); }
td.TdClassName
{
border-color: #6E7B84;
}
.TagClassName
{
border-color: #6E7B84;
}
</style>