Shades of Gothic #6A898D
Tints of Gothic #6A898D
RGB
CMYK
RGB Variations
Color information
#6A898D (or 0x6A898D) is known color: Gothic. HEX triplet: 6A, 89 and 8D. RGB value is (106,137,141). Sum of RGB (Red+Green+Blue) = 106+137+141=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A898D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A898D is #957672. Grayscale: #808080. Windows color (decimal): -9795187 or 9275754. OLE color: 9275754.
HSL color Cylindrical-coordinate representation of color #6A898D: hue angle of 186.86º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A898D is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 137 | 141 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.45 |
| HSL | 186.86º | 0.14% | 0.48% | - |
| HSV(B) | 186.86º | 0.25% | 0.55% | - |
| XYZ | 19.7 | 22.88 | 28.58 | - |
| YUV | 128.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 137 | 141 | 0.25 | 0.03 | 0 | 0.45 | 186.86 | 0.14 | 0.48 |
| Hex | 6A | 89 | 8D | 19 | 3 | 0 | 2D | BB | E | 30 |
| Octal | 152 | 211 | 215 | 31 | 3 | 0 | 55 | 273 | 16 | 60 |
| Binary | 1101010 | 10001001 | 10001101 | 11001 | 11 | 0 | 101101 | 10111011 | 1110 | 110000 |
Color Harmonies of #6A898D
Complementary color
Monochromatic Colors of #6A898D
Black with #6A898D
Text Example
Text Example
White with #6A898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A898D; }
p { color: rgb(106,137,141); }
H1.HeaderClassName
{
color: #6A898D;
}
.AnyTagClassName
{
color: #6A898D;
}
</style>
background-color css
<style>
a { background-color: #6A898D; }
a { background-color: rgb(106,137,141); }
div.DivClassName
{
background-color: #6A898D;
}
.BgClassName
{
background-color: #6A898D;
}
</style>
border-color css
<style>
span { border-color: #6A898D; }
span { border-color: rgb(106,137,141); }
td.TdClassName
{
border-color: #6A898D;
}
.TagClassName
{
border-color: #6A898D;
}
</style>