Shades of Gothic #6F8E91
Tints of Gothic #6F8E91
RGB
CMYK
RGB Variations
Color information
#6F8E91 (or 0x6F8E91) is known color: Gothic. HEX triplet: 6F, 8E and 91. RGB value is (111,142,145). Sum of RGB (Red+Green+Blue) = 111+142+145=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F8E91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8E91 is #90716E. Grayscale: #858585. Windows color (decimal): -9466223 or 9539183. OLE color: 9539183.
HSL color Cylindrical-coordinate representation of color #6F8E91: hue angle of 185.29º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F8E91 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 142 | 145 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.43 |
| HSL | 185.29º | 0.13% | 0.5% | - |
| HSV(B) | 185.29º | 0.23% | 0.57% | - |
| XYZ | 21.34 | 24.77 | 30.44 | - |
| YUV | 133.07 | 134.73 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 142 | 145 | 0.23 | 0.02 | 0 | 0.43 | 185.29 | 0.13 | 0.5 |
| Hex | 6F | 8E | 91 | 17 | 2 | 0 | 2B | B9 | D | 32 |
| Octal | 157 | 216 | 221 | 27 | 2 | 0 | 53 | 271 | 15 | 62 |
| Binary | 1101111 | 10001110 | 10010001 | 10111 | 10 | 0 | 101011 | 10111001 | 1101 | 110010 |
Color Harmonies of #6F8E91
Complementary color
Monochromatic Colors of #6F8E91
Black with #6F8E91
Text Example
Text Example
White with #6F8E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8E91; }
p { color: rgb(111,142,145); }
H1.HeaderClassName
{
color: #6F8E91;
}
.AnyTagClassName
{
color: #6F8E91;
}
</style>
background-color css
<style>
a { background-color: #6F8E91; }
a { background-color: rgb(111,142,145); }
div.DivClassName
{
background-color: #6F8E91;
}
.BgClassName
{
background-color: #6F8E91;
}
</style>
border-color css
<style>
span { border-color: #6F8E91; }
span { border-color: rgb(111,142,145); }
td.TdClassName
{
border-color: #6F8E91;
}
.TagClassName
{
border-color: #6F8E91;
}
</style>