Shades of Gothic #6F878A
Tints of Gothic #6F878A
RGB
CMYK
RGB Variations
Color information
#6F878A (or 0x6F878A) is known color: Gothic. HEX triplet: 6F, 87 and 8A. RGB value is (111,135,138). Sum of RGB (Red+Green+Blue) = 111+135+138=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F878A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F878A is #907875. Grayscale: #808080. Windows color (decimal): -9468022 or 9078639. OLE color: 9078639.
HSL color Cylindrical-coordinate representation of color #6F878A: hue angle of 186.67º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F878A is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 135 | 138 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.46 |
| HSL | 186.67º | 0.11% | 0.49% | - |
| HSV(B) | 186.67º | 0.2% | 0.54% | - |
| XYZ | 19.81 | 22.54 | 27.35 | - |
| YUV | 128.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 138 | 0.20 | 0.02 | 0 | 0.46 | 186.67 | 0.11 | 0.49 |
| Hex | 6F | 87 | 8A | 14 | 2 | 0 | 2E | BB | B | 31 |
| Octal | 157 | 207 | 212 | 24 | 2 | 0 | 56 | 273 | 13 | 61 |
| Binary | 1101111 | 10000111 | 10001010 | 10100 | 10 | 0 | 101110 | 10111011 | 1011 | 110001 |
Color Harmonies of #6F878A
Complementary color
Monochromatic Colors of #6F878A
Black with #6F878A
Text Example
Text Example
White with #6F878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F878A; }
p { color: rgb(111,135,138); }
H1.HeaderClassName
{
color: #6F878A;
}
.AnyTagClassName
{
color: #6F878A;
}
</style>
background-color css
<style>
a { background-color: #6F878A; }
a { background-color: rgb(111,135,138); }
div.DivClassName
{
background-color: #6F878A;
}
.BgClassName
{
background-color: #6F878A;
}
</style>
border-color css
<style>
span { border-color: #6F878A; }
span { border-color: rgb(111,135,138); }
td.TdClassName
{
border-color: #6F878A;
}
.TagClassName
{
border-color: #6F878A;
}
</style>