Shades of Gothic #6F858D
Tints of Gothic #6F858D
RGB
CMYK
RGB Variations
Color information
#6F858D (or 0x6F858D) is known color: Gothic. HEX triplet: 6F, 85 and 8D. RGB value is (111,133,141). Sum of RGB (Red+Green+Blue) = 111+133+141=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 133 (52.34% from 255 or 34.55% 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 #6F858D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F858D is #907A72. Grayscale: #7F7F7F. Windows color (decimal): -9468531 or 9274735. OLE color: 9274735.
HSL color Cylindrical-coordinate representation of color #6F858D: hue angle of 196º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F858D is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 133 | 141 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.45 |
| HSL | 196º | 0.12% | 0.49% | - |
| HSV(B) | 196º | 0.21% | 0.55% | - |
| XYZ | 19.75 | 22.08 | 28.42 | - |
| YUV | 127.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 133 | 141 | 0.21 | 0.06 | 0 | 0.45 | 196 | 0.12 | 0.49 |
| Hex | 6F | 85 | 8D | 15 | 6 | 0 | 2D | C4 | C | 31 |
| Octal | 157 | 205 | 215 | 25 | 6 | 0 | 55 | 304 | 14 | 61 |
| Binary | 1101111 | 10000101 | 10001101 | 10101 | 110 | 0 | 101101 | 11000100 | 1100 | 110001 |
Color Harmonies of #6F858D
Complementary color
Monochromatic Colors of #6F858D
Black with #6F858D
Text Example
Text Example
White with #6F858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F858D; }
p { color: rgb(111,133,141); }
H1.HeaderClassName
{
color: #6F858D;
}
.AnyTagClassName
{
color: #6F858D;
}
</style>
background-color css
<style>
a { background-color: #6F858D; }
a { background-color: rgb(111,133,141); }
div.DivClassName
{
background-color: #6F858D;
}
.BgClassName
{
background-color: #6F858D;
}
</style>
border-color css
<style>
span { border-color: #6F858D; }
span { border-color: rgb(111,133,141); }
td.TdClassName
{
border-color: #6F858D;
}
.TagClassName
{
border-color: #6F858D;
}
</style>