Shades of Gothic #6D858B
Tints of Gothic #6D858B
RGB
CMYK
RGB Variations
Color information
#6D858B (or 0x6D858B) is known color: Gothic. HEX triplet: 6D, 85 and 8B. RGB value is (109,133,139). Sum of RGB (Red+Green+Blue) = 109+133+139=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D858B is #927A74. Grayscale: #7E7E7E. Windows color (decimal): -9599605 or 9143661. OLE color: 9143661.
HSL color Cylindrical-coordinate representation of color #6D858B: hue angle of 192º 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 #6D858B is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 133 | 139 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.45 |
| HSL | 192º | 0.12% | 0.49% | - |
| HSV(B) | 192º | 0.22% | 0.55% | - |
| XYZ | 19.35 | 21.89 | 27.63 | - |
| YUV | 126.51 | 135.05 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 133 | 139 | 0.22 | 0.04 | 0 | 0.45 | 192 | 0.12 | 0.49 |
| Hex | 6D | 85 | 8B | 16 | 4 | 0 | 2D | C0 | C | 31 |
| Octal | 155 | 205 | 213 | 26 | 4 | 0 | 55 | 300 | 14 | 61 |
| Binary | 1101101 | 10000101 | 10001011 | 10110 | 100 | 0 | 101101 | 11000000 | 1100 | 110001 |
Color Harmonies of #6D858B
Complementary color
Monochromatic Colors of #6D858B
Black with #6D858B
Text Example
Text Example
White with #6D858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D858B; }
p { color: rgb(109,133,139); }
H1.HeaderClassName
{
color: #6D858B;
}
.AnyTagClassName
{
color: #6D858B;
}
</style>
background-color css
<style>
a { background-color: #6D858B; }
a { background-color: rgb(109,133,139); }
div.DivClassName
{
background-color: #6D858B;
}
.BgClassName
{
background-color: #6D858B;
}
</style>
border-color css
<style>
span { border-color: #6D858B; }
span { border-color: rgb(109,133,139); }
td.TdClassName
{
border-color: #6D858B;
}
.TagClassName
{
border-color: #6D858B;
}
</style>