Shades of Gothic #6D878D
Tints of Gothic #6D878D
RGB
CMYK
RGB Variations
Color information
#6D878D (or 0x6D878D) is known color: Gothic. HEX triplet: 6D, 87 and 8D. RGB value is (109,135,141). Sum of RGB (Red+Green+Blue) = 109+135+141=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D878D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D878D is #927872. Grayscale: #7F7F7F. Windows color (decimal): -9599091 or 9275245. OLE color: 9275245.
HSL color Cylindrical-coordinate representation of color #6D878D: hue angle of 191.25º 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 #6D878D is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 135 | 141 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.45 |
| HSL | 191.25º | 0.13% | 0.49% | - |
| HSV(B) | 191.25º | 0.23% | 0.55% | - |
| XYZ | 19.78 | 22.5 | 28.5 | - |
| YUV | 127.91 | 135.39 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 135 | 141 | 0.23 | 0.04 | 0 | 0.45 | 191.25 | 0.13 | 0.49 |
| Hex | 6D | 87 | 8D | 17 | 4 | 0 | 2D | BF | D | 31 |
| Octal | 155 | 207 | 215 | 27 | 4 | 0 | 55 | 277 | 15 | 61 |
| Binary | 1101101 | 10000111 | 10001101 | 10111 | 100 | 0 | 101101 | 10111111 | 1101 | 110001 |
Color Harmonies of #6D878D
Complementary color
Monochromatic Colors of #6D878D
Black with #6D878D
Text Example
Text Example
White with #6D878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D878D; }
p { color: rgb(109,135,141); }
H1.HeaderClassName
{
color: #6D878D;
}
.AnyTagClassName
{
color: #6D878D;
}
</style>
background-color css
<style>
a { background-color: #6D878D; }
a { background-color: rgb(109,135,141); }
div.DivClassName
{
background-color: #6D878D;
}
.BgClassName
{
background-color: #6D878D;
}
</style>
border-color css
<style>
span { border-color: #6D878D; }
span { border-color: rgb(109,135,141); }
td.TdClassName
{
border-color: #6D878D;
}
.TagClassName
{
border-color: #6D878D;
}
</style>