Shades of Gothic #6D868B
Tints of Gothic #6D868B
RGB
CMYK
RGB Variations
Color information
#6D868B (or 0x6D868B) is known color: Gothic. HEX triplet: 6D, 86 and 8B. RGB value is (109,134,139). Sum of RGB (Red+Green+Blue) = 109+134+139=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D868B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D868B is #927974. Grayscale: #7F7F7F. Windows color (decimal): -9599349 or 9143917. OLE color: 9143917.
HSL color Cylindrical-coordinate representation of color #6D868B: hue angle of 190º 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 #6D868B is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 134 | 139 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.45 |
| HSL | 190º | 0.12% | 0.49% | - |
| HSV(B) | 190º | 0.22% | 0.55% | - |
| XYZ | 19.49 | 22.17 | 27.68 | - |
| YUV | 127.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 134 | 139 | 0.22 | 0.04 | 0 | 0.45 | 190 | 0.12 | 0.49 |
| Hex | 6D | 86 | 8B | 16 | 4 | 0 | 2D | BE | C | 31 |
| Octal | 155 | 206 | 213 | 26 | 4 | 0 | 55 | 276 | 14 | 61 |
| Binary | 1101101 | 10000110 | 10001011 | 10110 | 100 | 0 | 101101 | 10111110 | 1100 | 110001 |
Color Harmonies of #6D868B
Complementary color
Monochromatic Colors of #6D868B
Black with #6D868B
Text Example
Text Example
White with #6D868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D868B; }
p { color: rgb(109,134,139); }
H1.HeaderClassName
{
color: #6D868B;
}
.AnyTagClassName
{
color: #6D868B;
}
</style>
background-color css
<style>
a { background-color: #6D868B; }
a { background-color: rgb(109,134,139); }
div.DivClassName
{
background-color: #6D868B;
}
.BgClassName
{
background-color: #6D868B;
}
</style>
border-color css
<style>
span { border-color: #6D868B; }
span { border-color: rgb(109,134,139); }
td.TdClassName
{
border-color: #6D868B;
}
.TagClassName
{
border-color: #6D868B;
}
</style>