Shades of Lynch #6F8189
Tints of Lynch #6F8189
RGB
CMYK
RGB Variations
Color information
#6F8189 (or 0x6F8189) is known color: Lynch. HEX triplet: 6F, 81 and 89. RGB value is (111,129,137). Sum of RGB (Red+Green+Blue) = 111+129+137=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F8189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8189 is #907E76. Grayscale: #7C7C7C. Windows color (decimal): -9469559 or 9011567. OLE color: 9011567.
HSL color Cylindrical-coordinate representation of color #6F8189: hue angle of 198.46º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F8189 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 129 | 137 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.46 |
| HSL | 198.46º | 0.1% | 0.49% | - |
| HSV(B) | 198.46º | 0.19% | 0.54% | - |
| XYZ | 18.92 | 20.89 | 26.7 | - |
| YUV | 124.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 129 | 137 | 0.19 | 0.06 | 0 | 0.46 | 198.46 | 0.1 | 0.49 |
| Hex | 6F | 81 | 89 | 13 | 6 | 0 | 2E | C6 | A | 31 |
| Octal | 157 | 201 | 211 | 23 | 6 | 0 | 56 | 306 | 12 | 61 |
| Binary | 1101111 | 10000001 | 10001001 | 10011 | 110 | 0 | 101110 | 11000110 | 1010 | 110001 |
Color Harmonies of #6F8189
Complementary color
Monochromatic Colors of #6F8189
Black with #6F8189
Text Example
Text Example
White with #6F8189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8189; }
p { color: rgb(111,129,137); }
H1.HeaderClassName
{
color: #6F8189;
}
.AnyTagClassName
{
color: #6F8189;
}
</style>
background-color css
<style>
a { background-color: #6F8189; }
a { background-color: rgb(111,129,137); }
div.DivClassName
{
background-color: #6F8189;
}
.BgClassName
{
background-color: #6F8189;
}
</style>
border-color css
<style>
span { border-color: #6F8189; }
span { border-color: rgb(111,129,137); }
td.TdClassName
{
border-color: #6F8189;
}
.TagClassName
{
border-color: #6F8189;
}
</style>