Shades of Lynch #6C828B
Tints of Lynch #6C828B
RGB
CMYK
RGB Variations
Color information
#6C828B (or 0x6C828B) is known color: Lynch. HEX triplet: 6C, 82 and 8B. RGB value is (108,130,139). Sum of RGB (Red+Green+Blue) = 108+130+139=377 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.65% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C828B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C828B is #937D74. Grayscale: #7C7C7C. Windows color (decimal): -9665909 or 9142892. OLE color: 9142892.
HSL color Cylindrical-coordinate representation of color #6C828B: hue angle of 197.42º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C828B is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 130 | 139 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.45 |
| HSL | 197.42º | 0.13% | 0.48% | - |
| HSV(B) | 197.42º | 0.22% | 0.55% | - |
| XYZ | 18.83 | 21.02 | 27.49 | - |
| YUV | 124.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 130 | 139 | 0.22 | 0.06 | 0 | 0.45 | 197.42 | 0.13 | 0.48 |
| Hex | 6C | 82 | 8B | 16 | 6 | 0 | 2D | C5 | D | 30 |
| Octal | 154 | 202 | 213 | 26 | 6 | 0 | 55 | 305 | 15 | 60 |
| Binary | 1101100 | 10000010 | 10001011 | 10110 | 110 | 0 | 101101 | 11000101 | 1101 | 110000 |
Color Harmonies of #6C828B
Complementary color
Monochromatic Colors of #6C828B
Black with #6C828B
Text Example
Text Example
White with #6C828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C828B; }
p { color: rgb(108,130,139); }
H1.HeaderClassName
{
color: #6C828B;
}
.AnyTagClassName
{
color: #6C828B;
}
</style>
background-color css
<style>
a { background-color: #6C828B; }
a { background-color: rgb(108,130,139); }
div.DivClassName
{
background-color: #6C828B;
}
.BgClassName
{
background-color: #6C828B;
}
</style>
border-color css
<style>
span { border-color: #6C828B; }
span { border-color: rgb(108,130,139); }
td.TdClassName
{
border-color: #6C828B;
}
.TagClassName
{
border-color: #6C828B;
}
</style>