Shades of Gothic #6F8992
Tints of Gothic #6F8992
RGB
CMYK
RGB Variations
Color information
#6F8992 (or 0x6F8992) is known color: Gothic. HEX triplet: 6F, 89 and 92. RGB value is (111,137,146). Sum of RGB (Red+Green+Blue) = 111+137+146=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F8992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8992 is #90766D. Grayscale: #828282. Windows color (decimal): -9467502 or 9603439. OLE color: 9603439.
HSL color Cylindrical-coordinate representation of color #6F8992: hue angle of 195.43º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F8992 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 137 | 146 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.43 |
| HSL | 195.43º | 0.14% | 0.5% | - |
| HSV(B) | 195.43º | 0.24% | 0.57% | - |
| XYZ | 20.69 | 23.35 | 30.61 | - |
| YUV | 130.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 146 | 0.24 | 0.06 | 0 | 0.43 | 195.43 | 0.14 | 0.5 |
| Hex | 6F | 89 | 92 | 18 | 6 | 0 | 2B | C3 | E | 32 |
| Octal | 157 | 211 | 222 | 30 | 6 | 0 | 53 | 303 | 16 | 62 |
| Binary | 1101111 | 10001001 | 10010010 | 11000 | 110 | 0 | 101011 | 11000011 | 1110 | 110010 |
Color Harmonies of #6F8992
Complementary color
Monochromatic Colors of #6F8992
Black with #6F8992
Text Example
Text Example
White with #6F8992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8992; }
p { color: rgb(111,137,146); }
H1.HeaderClassName
{
color: #6F8992;
}
.AnyTagClassName
{
color: #6F8992;
}
</style>
background-color css
<style>
a { background-color: #6F8992; }
a { background-color: rgb(111,137,146); }
div.DivClassName
{
background-color: #6F8992;
}
.BgClassName
{
background-color: #6F8992;
}
</style>
border-color css
<style>
span { border-color: #6F8992; }
span { border-color: rgb(111,137,146); }
td.TdClassName
{
border-color: #6F8992;
}
.TagClassName
{
border-color: #6F8992;
}
</style>