Shades of Lynch #6D828A
Tints of Lynch #6D828A
RGB
CMYK
RGB Variations
Color information
#6D828A (or 0x6D828A) is known color: Lynch. HEX triplet: 6D, 82 and 8A. RGB value is (109,130,138). Sum of RGB (Red+Green+Blue) = 109+130+138=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 138 - color contains mainly: blue. Hex color #6D828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D828A is #927D75. Grayscale: #7C7C7C. Windows color (decimal): -9600374 or 9077357. OLE color: 9077357.
HSL color Cylindrical-coordinate representation of color #6D828A: hue angle of 196.55º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D828A is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 130 | 138 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.46 |
| HSL | 196.55º | 0.12% | 0.48% | - |
| HSV(B) | 196.55º | 0.21% | 0.54% | - |
| XYZ | 18.88 | 21.05 | 27.11 | - |
| YUV | 124.63 | 135.54 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 130 | 138 | 0.21 | 0.06 | 0 | 0.46 | 196.55 | 0.12 | 0.48 |
| Hex | 6D | 82 | 8A | 15 | 6 | 0 | 2E | C5 | C | 30 |
| Octal | 155 | 202 | 212 | 25 | 6 | 0 | 56 | 305 | 14 | 60 |
| Binary | 1101101 | 10000010 | 10001010 | 10101 | 110 | 0 | 101110 | 11000101 | 1100 | 110000 |
Color Harmonies of #6D828A
Complementary color
Monochromatic Colors of #6D828A
Black with #6D828A
Text Example
Text Example
White with #6D828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D828A; }
p { color: rgb(109,130,138); }
H1.HeaderClassName
{
color: #6D828A;
}
.AnyTagClassName
{
color: #6D828A;
}
</style>
background-color css
<style>
a { background-color: #6D828A; }
a { background-color: rgb(109,130,138); }
div.DivClassName
{
background-color: #6D828A;
}
.BgClassName
{
background-color: #6D828A;
}
</style>
border-color css
<style>
span { border-color: #6D828A; }
span { border-color: rgb(109,130,138); }
td.TdClassName
{
border-color: #6D828A;
}
.TagClassName
{
border-color: #6D828A;
}
</style>