Shades of Gothic #6F8891
Tints of Gothic #6F8891
RGB
CMYK
RGB Variations
Color information
#6F8891 (or 0x6F8891) is known color: Gothic. HEX triplet: 6F, 88 and 91. RGB value is (111,136,145). Sum of RGB (Red+Green+Blue) = 111+136+145=392 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.32% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F8891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8891 is #90776E. Grayscale: #818181. Windows color (decimal): -9467759 or 9537647. OLE color: 9537647.
HSL color Cylindrical-coordinate representation of color #6F8891: hue angle of 195.88º 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 #6F8891 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 136 | 145 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.43 |
| HSL | 195.88º | 0.13% | 0.5% | - |
| HSV(B) | 195.88º | 0.23% | 0.57% | - |
| XYZ | 20.47 | 23.03 | 30.15 | - |
| YUV | 129.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 145 | 0.23 | 0.06 | 0 | 0.43 | 195.88 | 0.13 | 0.5 |
| Hex | 6F | 88 | 91 | 17 | 6 | 0 | 2B | C4 | D | 32 |
| Octal | 157 | 210 | 221 | 27 | 6 | 0 | 53 | 304 | 15 | 62 |
| Binary | 1101111 | 10001000 | 10010001 | 10111 | 110 | 0 | 101011 | 11000100 | 1101 | 110010 |
Color Harmonies of #6F8891
Complementary color
Monochromatic Colors of #6F8891
Black with #6F8891
Text Example
Text Example
White with #6F8891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8891; }
p { color: rgb(111,136,145); }
H1.HeaderClassName
{
color: #6F8891;
}
.AnyTagClassName
{
color: #6F8891;
}
</style>
background-color css
<style>
a { background-color: #6F8891; }
a { background-color: rgb(111,136,145); }
div.DivClassName
{
background-color: #6F8891;
}
.BgClassName
{
background-color: #6F8891;
}
</style>
border-color css
<style>
span { border-color: #6F8891; }
span { border-color: rgb(111,136,145); }
td.TdClassName
{
border-color: #6F8891;
}
.TagClassName
{
border-color: #6F8891;
}
</style>