Shades of Lynch #6C808A
Tints of Lynch #6C808A
RGB
CMYK
RGB Variations
Color information
#6C808A (or 0x6C808A) is known color: Lynch. HEX triplet: 6C, 80 and 8A. RGB value is (108,128,138). Sum of RGB (Red+Green+Blue) = 108+128+138=374 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.88% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 138 - color contains mainly: blue. Hex color #6C808A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C808A is #937F75. Grayscale: #7B7B7B. Windows color (decimal): -9666422 or 9076844. OLE color: 9076844.
HSL color Cylindrical-coordinate representation of color #6C808A: hue angle of 200º 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 #6C808A is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 128 | 138 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.46 |
| HSL | 200º | 0.12% | 0.48% | - |
| HSV(B) | 200º | 0.22% | 0.54% | - |
| XYZ | 18.49 | 20.46 | 27.02 | - |
| YUV | 123.16 | 136.37 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 128 | 138 | 0.22 | 0.07 | 0 | 0.46 | 200 | 0.12 | 0.48 |
| Hex | 6C | 80 | 8A | 16 | 7 | 0 | 2E | C8 | C | 30 |
| Octal | 154 | 200 | 212 | 26 | 7 | 0 | 56 | 310 | 14 | 60 |
| Binary | 1101100 | 10000000 | 10001010 | 10110 | 111 | 0 | 101110 | 11001000 | 1100 | 110000 |
Color Harmonies of #6C808A
Complementary color
Monochromatic Colors of #6C808A
Black with #6C808A
Text Example
Text Example
White with #6C808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C808A; }
p { color: rgb(108,128,138); }
H1.HeaderClassName
{
color: #6C808A;
}
.AnyTagClassName
{
color: #6C808A;
}
</style>
background-color css
<style>
a { background-color: #6C808A; }
a { background-color: rgb(108,128,138); }
div.DivClassName
{
background-color: #6C808A;
}
.BgClassName
{
background-color: #6C808A;
}
</style>
border-color css
<style>
span { border-color: #6C808A; }
span { border-color: rgb(108,128,138); }
td.TdClassName
{
border-color: #6C808A;
}
.TagClassName
{
border-color: #6C808A;
}
</style>