Shades of Gothic #6C898C
Tints of Gothic #6C898C
RGB
CMYK
RGB Variations
Color information
#6C898C (or 0x6C898C) is known color: Gothic. HEX triplet: 6C, 89 and 8C. RGB value is (108,137,140). Sum of RGB (Red+Green+Blue) = 108+137+140=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 140 - color contains mainly: blue. Hex color #6C898C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C898C is #937673. Grayscale: #808080. Windows color (decimal): -9664116 or 9210220. OLE color: 9210220.
HSL color Cylindrical-coordinate representation of color #6C898C: hue angle of 185.62º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C898C is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 137 | 140 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.45 |
| HSL | 185.63º | 0.13% | 0.49% | - |
| HSV(B) | 185.63º | 0.23% | 0.55% | - |
| XYZ | 19.86 | 22.97 | 28.2 | - |
| YUV | 128.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 137 | 140 | 0.23 | 0.02 | 0 | 0.45 | 185.63 | 0.13 | 0.49 |
| Hex | 6C | 89 | 8C | 17 | 2 | 0 | 2D | BA | D | 31 |
| Octal | 154 | 211 | 214 | 27 | 2 | 0 | 55 | 272 | 15 | 61 |
| Binary | 1101100 | 10001001 | 10001100 | 10111 | 10 | 0 | 101101 | 10111010 | 1101 | 110001 |
Color Harmonies of #6C898C
Complementary color
Monochromatic Colors of #6C898C
Black with #6C898C
Text Example
Text Example
White with #6C898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C898C; }
p { color: rgb(108,137,140); }
H1.HeaderClassName
{
color: #6C898C;
}
.AnyTagClassName
{
color: #6C898C;
}
</style>
background-color css
<style>
a { background-color: #6C898C; }
a { background-color: rgb(108,137,140); }
div.DivClassName
{
background-color: #6C898C;
}
.BgClassName
{
background-color: #6C898C;
}
</style>
border-color css
<style>
span { border-color: #6C898C; }
span { border-color: rgb(108,137,140); }
td.TdClassName
{
border-color: #6C898C;
}
.TagClassName
{
border-color: #6C898C;
}
</style>