Shades of Gothic #6F898C
Tints of Gothic #6F898C
RGB
CMYK
RGB Variations
Color information
#6F898C (or 0x6F898C) is known color: Gothic. HEX triplet: 6F, 89 and 8C. RGB value is (111,137,140). Sum of RGB (Red+Green+Blue) = 111+137+140=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 140 - color contains mainly: blue. Hex color #6F898C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F898C is #907673. Grayscale: #818181. Windows color (decimal): -9467508 or 9210223. OLE color: 9210223.
HSL color Cylindrical-coordinate representation of color #6F898C: hue angle of 186.21º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F898C is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 137 | 140 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.45 |
| HSL | 186.21º | 0.12% | 0.49% | - |
| HSV(B) | 186.21º | 0.21% | 0.55% | - |
| XYZ | 20.23 | 23.16 | 28.22 | - |
| YUV | 129.57 | 133.89 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 140 | 0.21 | 0.02 | 0 | 0.45 | 186.21 | 0.12 | 0.49 |
| Hex | 6F | 89 | 8C | 15 | 2 | 0 | 2D | BA | C | 31 |
| Octal | 157 | 211 | 214 | 25 | 2 | 0 | 55 | 272 | 14 | 61 |
| Binary | 1101111 | 10001001 | 10001100 | 10101 | 10 | 0 | 101101 | 10111010 | 1100 | 110001 |
Color Harmonies of #6F898C
Complementary color
Monochromatic Colors of #6F898C
Black with #6F898C
Text Example
Text Example
White with #6F898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F898C; }
p { color: rgb(111,137,140); }
H1.HeaderClassName
{
color: #6F898C;
}
.AnyTagClassName
{
color: #6F898C;
}
</style>
background-color css
<style>
a { background-color: #6F898C; }
a { background-color: rgb(111,137,140); }
div.DivClassName
{
background-color: #6F898C;
}
.BgClassName
{
background-color: #6F898C;
}
</style>
border-color css
<style>
span { border-color: #6F898C; }
span { border-color: rgb(111,137,140); }
td.TdClassName
{
border-color: #6F898C;
}
.TagClassName
{
border-color: #6F898C;
}
</style>