Shades of Lynch #6C818C
Tints of Lynch #6C818C
RGB
CMYK
RGB Variations
Color information
#6C818C (or 0x6C818C) is known color: Lynch. HEX triplet: 6C, 81 and 8C. RGB value is (108,129,140). Sum of RGB (Red+Green+Blue) = 108+129+140=377 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.65% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 140 - color contains mainly: blue. Hex color #6C818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C818C is #937E73. Grayscale: #7B7B7B. Windows color (decimal): -9666164 or 9208172. OLE color: 9208172.
HSL color Cylindrical-coordinate representation of color #6C818C: hue angle of 200.62º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C818C is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 129 | 140 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.45 |
| HSL | 200.63º | 0.13% | 0.49% | - |
| HSV(B) | 200.63º | 0.23% | 0.55% | - |
| XYZ | 18.77 | 20.78 | 27.83 | - |
| YUV | 123.98 | 137.04 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 129 | 140 | 0.23 | 0.08 | 0 | 0.45 | 200.63 | 0.13 | 0.49 |
| Hex | 6C | 81 | 8C | 17 | 8 | 0 | 2D | C9 | D | 31 |
| Octal | 154 | 201 | 214 | 27 | 10 | 0 | 55 | 311 | 15 | 61 |
| Binary | 1101100 | 10000001 | 10001100 | 10111 | 1000 | 0 | 101101 | 11001001 | 1101 | 110001 |
Color Harmonies of #6C818C
Complementary color
Monochromatic Colors of #6C818C
Black with #6C818C
Text Example
Text Example
White with #6C818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C818C; }
p { color: rgb(108,129,140); }
H1.HeaderClassName
{
color: #6C818C;
}
.AnyTagClassName
{
color: #6C818C;
}
</style>
background-color css
<style>
a { background-color: #6C818C; }
a { background-color: rgb(108,129,140); }
div.DivClassName
{
background-color: #6C818C;
}
.BgClassName
{
background-color: #6C818C;
}
</style>
border-color css
<style>
span { border-color: #6C818C; }
span { border-color: rgb(108,129,140); }
td.TdClassName
{
border-color: #6C818C;
}
.TagClassName
{
border-color: #6C818C;
}
</style>