Shades of Gothic #6D858D
Tints of Gothic #6D858D
RGB
CMYK
RGB Variations
Color information
#6D858D (or 0x6D858D) is known color: Gothic. HEX triplet: 6D, 85 and 8D. RGB value is (109,133,141). Sum of RGB (Red+Green+Blue) = 109+133+141=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D858D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D858D is #927A72. Grayscale: #7E7E7E. Windows color (decimal): -9599603 or 9274733. OLE color: 9274733.
HSL color Cylindrical-coordinate representation of color #6D858D: hue angle of 195º 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 #6D858D is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 133 | 141 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.45 |
| HSL | 195º | 0.13% | 0.49% | - |
| HSV(B) | 195º | 0.23% | 0.55% | - |
| XYZ | 19.5 | 21.95 | 28.41 | - |
| YUV | 126.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 133 | 141 | 0.23 | 0.06 | 0 | 0.45 | 195 | 0.13 | 0.49 |
| Hex | 6D | 85 | 8D | 17 | 6 | 0 | 2D | C3 | D | 31 |
| Octal | 155 | 205 | 215 | 27 | 6 | 0 | 55 | 303 | 15 | 61 |
| Binary | 1101101 | 10000101 | 10001101 | 10111 | 110 | 0 | 101101 | 11000011 | 1101 | 110001 |
Color Harmonies of #6D858D
Complementary color
Monochromatic Colors of #6D858D
Black with #6D858D
Text Example
Text Example
White with #6D858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D858D; }
p { color: rgb(109,133,141); }
H1.HeaderClassName
{
color: #6D858D;
}
.AnyTagClassName
{
color: #6D858D;
}
</style>
background-color css
<style>
a { background-color: #6D858D; }
a { background-color: rgb(109,133,141); }
div.DivClassName
{
background-color: #6D858D;
}
.BgClassName
{
background-color: #6D858D;
}
</style>
border-color css
<style>
span { border-color: #6D858D; }
span { border-color: rgb(109,133,141); }
td.TdClassName
{
border-color: #6D858D;
}
.TagClassName
{
border-color: #6D858D;
}
</style>