Shades of Gothic #6F868C
Tints of Gothic #6F868C
RGB
CMYK
RGB Variations
Color information
#6F868C (or 0x6F868C) is known color: Gothic. HEX triplet: 6F, 86 and 8C. RGB value is (111,134,140). Sum of RGB (Red+Green+Blue) = 111+134+140=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 140 - color contains mainly: blue. Hex color #6F868C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F868C is #907973. Grayscale: #7F7F7F. Windows color (decimal): -9468276 or 9209455. OLE color: 9209455.
HSL color Cylindrical-coordinate representation of color #6F868C: hue angle of 192.41º 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 #6F868C is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 134 | 140 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.45 |
| HSL | 192.41º | 0.12% | 0.49% | - |
| HSV(B) | 192.41º | 0.21% | 0.55% | - |
| XYZ | 19.81 | 22.32 | 28.08 | - |
| YUV | 127.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 140 | 0.21 | 0.04 | 0 | 0.45 | 192.41 | 0.12 | 0.49 |
| Hex | 6F | 86 | 8C | 15 | 4 | 0 | 2D | C0 | C | 31 |
| Octal | 157 | 206 | 214 | 25 | 4 | 0 | 55 | 300 | 14 | 61 |
| Binary | 1101111 | 10000110 | 10001100 | 10101 | 100 | 0 | 101101 | 11000000 | 1100 | 110001 |
Color Harmonies of #6F868C
Complementary color
Monochromatic Colors of #6F868C
Black with #6F868C
Text Example
Text Example
White with #6F868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F868C; }
p { color: rgb(111,134,140); }
H1.HeaderClassName
{
color: #6F868C;
}
.AnyTagClassName
{
color: #6F868C;
}
</style>
background-color css
<style>
a { background-color: #6F868C; }
a { background-color: rgb(111,134,140); }
div.DivClassName
{
background-color: #6F868C;
}
.BgClassName
{
background-color: #6F868C;
}
</style>
border-color css
<style>
span { border-color: #6F868C; }
span { border-color: rgb(111,134,140); }
td.TdClassName
{
border-color: #6F868C;
}
.TagClassName
{
border-color: #6F868C;
}
</style>