Shades of Gothic #6F8791
Tints of Gothic #6F8791
RGB
CMYK
RGB Variations
Color information
#6F8791 (or 0x6F8791) is known color: Gothic. HEX triplet: 6F, 87 and 91. RGB value is (111,135,145). Sum of RGB (Red+Green+Blue) = 111+135+145=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F8791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8791 is #90786E. Grayscale: #808080. Windows color (decimal): -9468015 or 9537391. OLE color: 9537391.
HSL color Cylindrical-coordinate representation of color #6F8791: hue angle of 197.65º 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 #6F8791 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 135 | 145 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.43 |
| HSL | 197.65º | 0.13% | 0.5% | - |
| HSV(B) | 197.65º | 0.23% | 0.57% | - |
| XYZ | 20.33 | 22.75 | 30.11 | - |
| YUV | 128.96 | 137.05 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 145 | 0.23 | 0.07 | 0 | 0.43 | 197.65 | 0.13 | 0.5 |
| Hex | 6F | 87 | 91 | 17 | 7 | 0 | 2B | C6 | D | 32 |
| Octal | 157 | 207 | 221 | 27 | 7 | 0 | 53 | 306 | 15 | 62 |
| Binary | 1101111 | 10000111 | 10010001 | 10111 | 111 | 0 | 101011 | 11000110 | 1101 | 110010 |
Color Harmonies of #6F8791
Complementary color
Monochromatic Colors of #6F8791
Black with #6F8791
Text Example
Text Example
White with #6F8791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8791; }
p { color: rgb(111,135,145); }
H1.HeaderClassName
{
color: #6F8791;
}
.AnyTagClassName
{
color: #6F8791;
}
</style>
background-color css
<style>
a { background-color: #6F8791; }
a { background-color: rgb(111,135,145); }
div.DivClassName
{
background-color: #6F8791;
}
.BgClassName
{
background-color: #6F8791;
}
</style>
border-color css
<style>
span { border-color: #6F8791; }
span { border-color: rgb(111,135,145); }
td.TdClassName
{
border-color: #6F8791;
}
.TagClassName
{
border-color: #6F8791;
}
</style>