Shades of Lynch #6C7C8A
Tints of Lynch #6C7C8A
RGB
CMYK
RGB Variations
Color information
#6C7C8A (or 0x6C7C8A) is known color: Lynch. HEX triplet: 6C, 7C and 8A. RGB value is (108,124,138). Sum of RGB (Red+Green+Blue) = 108+124+138=370 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.19% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 138 - color contains mainly: blue. Hex color #6C7C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7C8A is #938375. Grayscale: #787878. Windows color (decimal): -9667446 or 9075820. OLE color: 9075820.
HSL color Cylindrical-coordinate representation of color #6C7C8A: hue angle of 208º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C7C8A is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 124 | 138 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.46 |
| HSL | 208º | 0.12% | 0.48% | - |
| HSV(B) | 208º | 0.22% | 0.54% | - |
| XYZ | 17.98 | 19.44 | 26.85 | - |
| YUV | 120.81 | 137.7 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 124 | 138 | 0.22 | 0.10 | 0 | 0.46 | 208 | 0.12 | 0.48 |
| Hex | 6C | 7C | 8A | 16 | A | 0 | 2E | D0 | C | 30 |
| Octal | 154 | 174 | 212 | 26 | 12 | 0 | 56 | 320 | 14 | 60 |
| Binary | 1101100 | 1111100 | 10001010 | 10110 | 1010 | 0 | 101110 | 11010000 | 1100 | 110000 |
Color Harmonies of #6C7C8A
Complementary color
Monochromatic Colors of #6C7C8A
Black with #6C7C8A
Text Example
Text Example
White with #6C7C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7C8A; }
p { color: rgb(108,124,138); }
H1.HeaderClassName
{
color: #6C7C8A;
}
.AnyTagClassName
{
color: #6C7C8A;
}
</style>
background-color css
<style>
a { background-color: #6C7C8A; }
a { background-color: rgb(108,124,138); }
div.DivClassName
{
background-color: #6C7C8A;
}
.BgClassName
{
background-color: #6C7C8A;
}
</style>
border-color css
<style>
span { border-color: #6C7C8A; }
span { border-color: rgb(108,124,138); }
td.TdClassName
{
border-color: #6C7C8A;
}
.TagClassName
{
border-color: #6C7C8A;
}
</style>