Shades of Gothic #6D898B
Tints of Gothic #6D898B
RGB
CMYK
RGB Variations
Color information
#6D898B (or 0x6D898B) is known color: Gothic. HEX triplet: 6D, 89 and 8B. RGB value is (109,137,139). Sum of RGB (Red+Green+Blue) = 109+137+139=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D898B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D898B is #927674. Grayscale: #808080. Windows color (decimal): -9598581 or 9144685. OLE color: 9144685.
HSL color Cylindrical-coordinate representation of color #6D898B: hue angle of 184º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D898B is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 137 | 139 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.45 |
| HSL | 184º | 0.12% | 0.49% | - |
| HSV(B) | 184º | 0.22% | 0.55% | - |
| XYZ | 19.91 | 23.01 | 27.82 | - |
| YUV | 128.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 137 | 139 | 0.22 | 0.01 | 0 | 0.45 | 184 | 0.12 | 0.49 |
| Hex | 6D | 89 | 8B | 16 | 1 | 0 | 2D | B8 | C | 31 |
| Octal | 155 | 211 | 213 | 26 | 1 | 0 | 55 | 270 | 14 | 61 |
| Binary | 1101101 | 10001001 | 10001011 | 10110 | 1 | 0 | 101101 | 10111000 | 1100 | 110001 |
Color Harmonies of #6D898B
Complementary color
Monochromatic Colors of #6D898B
Black with #6D898B
Text Example
Text Example
White with #6D898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D898B; }
p { color: rgb(109,137,139); }
H1.HeaderClassName
{
color: #6D898B;
}
.AnyTagClassName
{
color: #6D898B;
}
</style>
background-color css
<style>
a { background-color: #6D898B; }
a { background-color: rgb(109,137,139); }
div.DivClassName
{
background-color: #6D898B;
}
.BgClassName
{
background-color: #6D898B;
}
</style>
border-color css
<style>
span { border-color: #6D898B; }
span { border-color: rgb(109,137,139); }
td.TdClassName
{
border-color: #6D898B;
}
.TagClassName
{
border-color: #6D898B;
}
</style>