Shades of Gothic #6F8B91
Tints of Gothic #6F8B91
RGB
CMYK
RGB Variations
Color information
#6F8B91 (or 0x6F8B91) is known color: Gothic. HEX triplet: 6F, 8B and 91. RGB value is (111,139,145). Sum of RGB (Red+Green+Blue) = 111+139+145=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F8B91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8B91 is #90746E. Grayscale: #838383. Windows color (decimal): -9466991 or 9538415. OLE color: 9538415.
HSL color Cylindrical-coordinate representation of color #6F8B91: hue angle of 190.59º 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 #6F8B91 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 139 | 145 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.43 |
| HSL | 190.59º | 0.13% | 0.5% | - |
| HSV(B) | 190.59º | 0.23% | 0.57% | - |
| XYZ | 20.9 | 23.89 | 30.3 | - |
| YUV | 131.31 | 135.72 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 139 | 145 | 0.23 | 0.04 | 0 | 0.43 | 190.59 | 0.13 | 0.5 |
| Hex | 6F | 8B | 91 | 17 | 4 | 0 | 2B | BF | D | 32 |
| Octal | 157 | 213 | 221 | 27 | 4 | 0 | 53 | 277 | 15 | 62 |
| Binary | 1101111 | 10001011 | 10010001 | 10111 | 100 | 0 | 101011 | 10111111 | 1101 | 110010 |
Color Harmonies of #6F8B91
Complementary color
Monochromatic Colors of #6F8B91
Black with #6F8B91
Text Example
Text Example
White with #6F8B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8B91; }
p { color: rgb(111,139,145); }
H1.HeaderClassName
{
color: #6F8B91;
}
.AnyTagClassName
{
color: #6F8B91;
}
</style>
background-color css
<style>
a { background-color: #6F8B91; }
a { background-color: rgb(111,139,145); }
div.DivClassName
{
background-color: #6F8B91;
}
.BgClassName
{
background-color: #6F8B91;
}
</style>
border-color css
<style>
span { border-color: #6F8B91; }
span { border-color: rgb(111,139,145); }
td.TdClassName
{
border-color: #6F8B91;
}
.TagClassName
{
border-color: #6F8B91;
}
</style>