Shades of Lynch #6B828D
Tints of Lynch #6B828D
RGB
CMYK
RGB Variations
Color information
#6B828D (or 0x6B828D) is known color: Lynch. HEX triplet: 6B, 82 and 8D. RGB value is (107,130,141). Sum of RGB (Red+Green+Blue) = 107+130+141=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B828D is #947D72. Grayscale: #7C7C7C. Windows color (decimal): -9731443 or 9273963. OLE color: 9273963.
HSL color Cylindrical-coordinate representation of color #6B828D: hue angle of 199.41º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B828D is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 130 | 141 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.45 |
| HSL | 199.41º | 0.14% | 0.49% | - |
| HSV(B) | 199.41º | 0.24% | 0.55% | - |
| XYZ | 18.85 | 21.01 | 28.26 | - |
| YUV | 124.38 | 137.38 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 130 | 141 | 0.24 | 0.08 | 0 | 0.45 | 199.41 | 0.14 | 0.49 |
| Hex | 6B | 82 | 8D | 18 | 8 | 0 | 2D | C7 | E | 31 |
| Octal | 153 | 202 | 215 | 30 | 10 | 0 | 55 | 307 | 16 | 61 |
| Binary | 1101011 | 10000010 | 10001101 | 11000 | 1000 | 0 | 101101 | 11000111 | 1110 | 110001 |
Color Harmonies of #6B828D
Complementary color
Monochromatic Colors of #6B828D
Black with #6B828D
Text Example
Text Example
White with #6B828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B828D; }
p { color: rgb(107,130,141); }
H1.HeaderClassName
{
color: #6B828D;
}
.AnyTagClassName
{
color: #6B828D;
}
</style>
background-color css
<style>
a { background-color: #6B828D; }
a { background-color: rgb(107,130,141); }
div.DivClassName
{
background-color: #6B828D;
}
.BgClassName
{
background-color: #6B828D;
}
</style>
border-color css
<style>
span { border-color: #6B828D; }
span { border-color: rgb(107,130,141); }
td.TdClassName
{
border-color: #6B828D;
}
.TagClassName
{
border-color: #6B828D;
}
</style>