Shades of Gothic #6D8586
Tints of Gothic #6D8586
RGB
CMYK
RGB Variations
Color information
#6D8586 (or 0x6D8586) is known color: Gothic. HEX triplet: 6D, 85 and 86. RGB value is (109,133,134). Sum of RGB (Red+Green+Blue) = 109+133+134=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 134 - color contains mainly: blue. Hex color #6D8586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8586 is #927A79. Grayscale: #7D7D7D. Windows color (decimal): -9599610 or 8815981. OLE color: 8815981.
HSL color Cylindrical-coordinate representation of color #6D8586: hue angle of 182.4º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6D8586 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 133 | 134 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.47 |
| HSL | 182.4º | 0.1% | 0.48% | - |
| HSV(B) | 182.4º | 0.19% | 0.53% | - |
| XYZ | 19 | 21.75 | 25.75 | - |
| YUV | 125.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 133 | 134 | 0.19 | 0.01 | 0 | 0.47 | 182.4 | 0.1 | 0.48 |
| Hex | 6D | 85 | 86 | 13 | 1 | 0 | 2F | B6 | A | 30 |
| Octal | 155 | 205 | 206 | 23 | 1 | 0 | 57 | 266 | 12 | 60 |
| Binary | 1101101 | 10000101 | 10000110 | 10011 | 1 | 0 | 101111 | 10110110 | 1010 | 110000 |
Color Harmonies of #6D8586
Complementary color
Monochromatic Colors of #6D8586
Black with #6D8586
Text Example
Text Example
White with #6D8586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8586; }
p { color: rgb(109,133,134); }
H1.HeaderClassName
{
color: #6D8586;
}
.AnyTagClassName
{
color: #6D8586;
}
</style>
background-color css
<style>
a { background-color: #6D8586; }
a { background-color: rgb(109,133,134); }
div.DivClassName
{
background-color: #6D8586;
}
.BgClassName
{
background-color: #6D8586;
}
</style>
border-color css
<style>
span { border-color: #6D8586; }
span { border-color: rgb(109,133,134); }
td.TdClassName
{
border-color: #6D8586;
}
.TagClassName
{
border-color: #6D8586;
}
</style>