Shades of Gothic #6E878E
Tints of Gothic #6E878E
RGB
CMYK
RGB Variations
Color information
#6E878E (or 0x6E878E) is known color: Gothic. HEX triplet: 6E, 87 and 8E. RGB value is (110,135,142). Sum of RGB (Red+Green+Blue) = 110+135+142=387 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.42% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 142 - color contains mainly: blue. Hex color #6E878E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E878E is #917871. Grayscale: #808080. Windows color (decimal): -9533554 or 9340782. OLE color: 9340782.
HSL color Cylindrical-coordinate representation of color #6E878E: hue angle of 193.12º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E878E is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 135 | 142 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.44 |
| HSL | 193.13º | 0.13% | 0.49% | - |
| HSV(B) | 193.13º | 0.23% | 0.56% | - |
| XYZ | 19.98 | 22.6 | 28.9 | - |
| YUV | 128.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 135 | 142 | 0.23 | 0.05 | 0 | 0.44 | 193.13 | 0.13 | 0.49 |
| Hex | 6E | 87 | 8E | 17 | 5 | 0 | 2C | C1 | D | 31 |
| Octal | 156 | 207 | 216 | 27 | 5 | 0 | 54 | 301 | 15 | 61 |
| Binary | 1101110 | 10000111 | 10001110 | 10111 | 101 | 0 | 101100 | 11000001 | 1101 | 110001 |
Color Harmonies of #6E878E
Complementary color
Monochromatic Colors of #6E878E
Black with #6E878E
Text Example
Text Example
White with #6E878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E878E; }
p { color: rgb(110,135,142); }
H1.HeaderClassName
{
color: #6E878E;
}
.AnyTagClassName
{
color: #6E878E;
}
</style>
background-color css
<style>
a { background-color: #6E878E; }
a { background-color: rgb(110,135,142); }
div.DivClassName
{
background-color: #6E878E;
}
.BgClassName
{
background-color: #6E878E;
}
</style>
border-color css
<style>
span { border-color: #6E878E; }
span { border-color: rgb(110,135,142); }
td.TdClassName
{
border-color: #6E878E;
}
.TagClassName
{
border-color: #6E878E;
}
</style>