Shades of Gothic #6F868D
Tints of Gothic #6F868D
RGB
CMYK
RGB Variations
Color information
#6F868D (or 0x6F868D) is known color: Gothic. HEX triplet: 6F, 86 and 8D. RGB value is (111,134,141). Sum of RGB (Red+Green+Blue) = 111+134+141=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F868D is #907972. Grayscale: #7F7F7F. Windows color (decimal): -9468275 or 9274991. OLE color: 9274991.
HSL color Cylindrical-coordinate representation of color #6F868D: hue angle of 194º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F868D is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 134 | 141 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.45 |
| HSL | 194º | 0.12% | 0.49% | - |
| HSV(B) | 194º | 0.21% | 0.55% | - |
| XYZ | 19.89 | 22.35 | 28.47 | - |
| YUV | 127.92 | 135.38 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 141 | 0.21 | 0.05 | 0 | 0.45 | 194 | 0.12 | 0.49 |
| Hex | 6F | 86 | 8D | 15 | 5 | 0 | 2D | C2 | C | 31 |
| Octal | 157 | 206 | 215 | 25 | 5 | 0 | 55 | 302 | 14 | 61 |
| Binary | 1101111 | 10000110 | 10001101 | 10101 | 101 | 0 | 101101 | 11000010 | 1100 | 110001 |
Color Harmonies of #6F868D
Complementary color
Monochromatic Colors of #6F868D
Black with #6F868D
Text Example
Text Example
White with #6F868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F868D; }
p { color: rgb(111,134,141); }
H1.HeaderClassName
{
color: #6F868D;
}
.AnyTagClassName
{
color: #6F868D;
}
</style>
background-color css
<style>
a { background-color: #6F868D; }
a { background-color: rgb(111,134,141); }
div.DivClassName
{
background-color: #6F868D;
}
.BgClassName
{
background-color: #6F868D;
}
</style>
border-color css
<style>
span { border-color: #6F868D; }
span { border-color: rgb(111,134,141); }
td.TdClassName
{
border-color: #6F868D;
}
.TagClassName
{
border-color: #6F868D;
}
</style>