Shades of Gothic #6F878E
Tints of Gothic #6F878E
RGB
CMYK
RGB Variations
Color information
#6F878E (or 0x6F878E) is known color: Gothic. HEX triplet: 6F, 87 and 8E. RGB value is (111,135,142). Sum of RGB (Red+Green+Blue) = 111+135+142=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F878E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F878E is #907871. Grayscale: #808080. Windows color (decimal): -9468018 or 9340783. OLE color: 9340783.
HSL color Cylindrical-coordinate representation of color #6F878E: hue angle of 193.55º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F878E is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 135 | 142 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.44 |
| HSL | 193.55º | 0.12% | 0.5% | - |
| HSV(B) | 193.55º | 0.22% | 0.56% | - |
| XYZ | 20.1 | 22.66 | 28.91 | - |
| YUV | 128.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 142 | 0.22 | 0.05 | 0 | 0.44 | 193.55 | 0.12 | 0.5 |
| Hex | 6F | 87 | 8E | 16 | 5 | 0 | 2C | C2 | C | 32 |
| Octal | 157 | 207 | 216 | 26 | 5 | 0 | 54 | 302 | 14 | 62 |
| Binary | 1101111 | 10000111 | 10001110 | 10110 | 101 | 0 | 101100 | 11000010 | 1100 | 110010 |
Color Harmonies of #6F878E
Complementary color
Monochromatic Colors of #6F878E
Black with #6F878E
Text Example
Text Example
White with #6F878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F878E; }
p { color: rgb(111,135,142); }
H1.HeaderClassName
{
color: #6F878E;
}
.AnyTagClassName
{
color: #6F878E;
}
</style>
background-color css
<style>
a { background-color: #6F878E; }
a { background-color: rgb(111,135,142); }
div.DivClassName
{
background-color: #6F878E;
}
.BgClassName
{
background-color: #6F878E;
}
</style>
border-color css
<style>
span { border-color: #6F878E; }
span { border-color: rgb(111,135,142); }
td.TdClassName
{
border-color: #6F878E;
}
.TagClassName
{
border-color: #6F878E;
}
</style>