Shades of Gothic #6F868B
Tints of Gothic #6F868B
RGB
CMYK
RGB Variations
Color information
#6F868B (or 0x6F868B) is known color: Gothic. HEX triplet: 6F, 86 and 8B. RGB value is (111,134,139). Sum of RGB (Red+Green+Blue) = 111+134+139=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F868B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F868B is #907974. Grayscale: #7F7F7F. Windows color (decimal): -9468277 or 9143919. OLE color: 9143919.
HSL color Cylindrical-coordinate representation of color #6F868B: hue angle of 190.71º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F868B is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 134 | 139 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.45 |
| HSL | 190.71º | 0.11% | 0.49% | - |
| HSV(B) | 190.71º | 0.2% | 0.55% | - |
| XYZ | 19.74 | 22.29 | 27.69 | - |
| YUV | 127.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 139 | 0.20 | 0.04 | 0 | 0.45 | 190.71 | 0.11 | 0.49 |
| Hex | 6F | 86 | 8B | 14 | 4 | 0 | 2D | BF | B | 31 |
| Octal | 157 | 206 | 213 | 24 | 4 | 0 | 55 | 277 | 13 | 61 |
| Binary | 1101111 | 10000110 | 10001011 | 10100 | 100 | 0 | 101101 | 10111111 | 1011 | 110001 |
Color Harmonies of #6F868B
Complementary color
Monochromatic Colors of #6F868B
Black with #6F868B
Text Example
Text Example
White with #6F868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F868B; }
p { color: rgb(111,134,139); }
H1.HeaderClassName
{
color: #6F868B;
}
.AnyTagClassName
{
color: #6F868B;
}
</style>
background-color css
<style>
a { background-color: #6F868B; }
a { background-color: rgb(111,134,139); }
div.DivClassName
{
background-color: #6F868B;
}
.BgClassName
{
background-color: #6F868B;
}
</style>
border-color css
<style>
span { border-color: #6F868B; }
span { border-color: rgb(111,134,139); }
td.TdClassName
{
border-color: #6F868B;
}
.TagClassName
{
border-color: #6F868B;
}
</style>