Shades of Lynch #6F828A
Tints of Lynch #6F828A
RGB
CMYK
RGB Variations
Color information
#6F828A (or 0x6F828A) is known color: Lynch. HEX triplet: 6F, 82 and 8A. RGB value is (111,130,138). Sum of RGB (Red+Green+Blue) = 111+130+138=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F828A is #907D75. Grayscale: #7D7D7D. Windows color (decimal): -9469302 or 9077359. OLE color: 9077359.
HSL color Cylindrical-coordinate representation of color #6F828A: hue angle of 197.78º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F828A is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 130 | 138 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.46 |
| HSL | 197.78º | 0.11% | 0.49% | - |
| HSV(B) | 197.78º | 0.2% | 0.54% | - |
| XYZ | 19.13 | 21.18 | 27.12 | - |
| YUV | 125.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 130 | 138 | 0.20 | 0.06 | 0 | 0.46 | 197.78 | 0.11 | 0.49 |
| Hex | 6F | 82 | 8A | 14 | 6 | 0 | 2E | C6 | B | 31 |
| Octal | 157 | 202 | 212 | 24 | 6 | 0 | 56 | 306 | 13 | 61 |
| Binary | 1101111 | 10000010 | 10001010 | 10100 | 110 | 0 | 101110 | 11000110 | 1011 | 110001 |
Color Harmonies of #6F828A
Complementary color
Monochromatic Colors of #6F828A
Black with #6F828A
Text Example
Text Example
White with #6F828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F828A; }
p { color: rgb(111,130,138); }
H1.HeaderClassName
{
color: #6F828A;
}
.AnyTagClassName
{
color: #6F828A;
}
</style>
background-color css
<style>
a { background-color: #6F828A; }
a { background-color: rgb(111,130,138); }
div.DivClassName
{
background-color: #6F828A;
}
.BgClassName
{
background-color: #6F828A;
}
</style>
border-color css
<style>
span { border-color: #6F828A; }
span { border-color: rgb(111,130,138); }
td.TdClassName
{
border-color: #6F828A;
}
.TagClassName
{
border-color: #6F828A;
}
</style>