Shades of Gothic #6E898B
Tints of Gothic #6E898B
RGB
CMYK
RGB Variations
Color information
#6E898B (or 0x6E898B) is known color: Gothic. HEX triplet: 6E, 89 and 8B. RGB value is (110,137,139). Sum of RGB (Red+Green+Blue) = 110+137+139=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E898B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E898B is #917674. Grayscale: #818181. Windows color (decimal): -9533045 or 9144686. OLE color: 9144686.
HSL color Cylindrical-coordinate representation of color #6E898B: hue angle of 184.14º 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 #6E898B is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 137 | 139 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.45 |
| HSL | 184.14º | 0.12% | 0.49% | - |
| HSV(B) | 184.14º | 0.21% | 0.55% | - |
| XYZ | 20.04 | 23.07 | 27.82 | - |
| YUV | 129.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 137 | 139 | 0.21 | 0.01 | 0 | 0.45 | 184.14 | 0.12 | 0.49 |
| Hex | 6E | 89 | 8B | 15 | 1 | 0 | 2D | B8 | C | 31 |
| Octal | 156 | 211 | 213 | 25 | 1 | 0 | 55 | 270 | 14 | 61 |
| Binary | 1101110 | 10001001 | 10001011 | 10101 | 1 | 0 | 101101 | 10111000 | 1100 | 110001 |
Color Harmonies of #6E898B
Complementary color
Monochromatic Colors of #6E898B
Black with #6E898B
Text Example
Text Example
White with #6E898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E898B; }
p { color: rgb(110,137,139); }
H1.HeaderClassName
{
color: #6E898B;
}
.AnyTagClassName
{
color: #6E898B;
}
</style>
background-color css
<style>
a { background-color: #6E898B; }
a { background-color: rgb(110,137,139); }
div.DivClassName
{
background-color: #6E898B;
}
.BgClassName
{
background-color: #6E898B;
}
</style>
border-color css
<style>
span { border-color: #6E898B; }
span { border-color: rgb(110,137,139); }
td.TdClassName
{
border-color: #6E898B;
}
.TagClassName
{
border-color: #6E898B;
}
</style>