Shades of Gothic #67858D
Tints of Gothic #67858D
RGB
CMYK
RGB Variations
Color information
#67858D (or 0x67858D) is known color: Gothic. HEX triplet: 67, 85 and 8D. RGB value is (103,133,141). Sum of RGB (Red+Green+Blue) = 103+133+141=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 141 - color contains mainly: blue. Hex color #67858D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67858D is #987A72. Grayscale: #7C7C7C. Windows color (decimal): -9992819 or 9274727. OLE color: 9274727.
HSL color Cylindrical-coordinate representation of color #67858D: hue angle of 192.63º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #67858D is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 133 | 141 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.45 |
| HSL | 192.63º | 0.16% | 0.48% | - |
| HSV(B) | 192.63º | 0.27% | 0.55% | - |
| XYZ | 18.79 | 21.58 | 28.37 | - |
| YUV | 124.94 | 137.06 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 141 | 0.27 | 0.06 | 0 | 0.45 | 192.63 | 0.16 | 0.48 |
| Hex | 67 | 85 | 8D | 1B | 6 | 0 | 2D | C1 | 10 | 30 |
| Octal | 147 | 205 | 215 | 33 | 6 | 0 | 55 | 301 | 20 | 60 |
| Binary | 1100111 | 10000101 | 10001101 | 11011 | 110 | 0 | 101101 | 11000001 | 10000 | 110000 |
Color Harmonies of #67858D
Complementary color
Monochromatic Colors of #67858D
Black with #67858D
Text Example
Text Example
White with #67858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67858D; }
p { color: rgb(103,133,141); }
H1.HeaderClassName
{
color: #67858D;
}
.AnyTagClassName
{
color: #67858D;
}
</style>
background-color css
<style>
a { background-color: #67858D; }
a { background-color: rgb(103,133,141); }
div.DivClassName
{
background-color: #67858D;
}
.BgClassName
{
background-color: #67858D;
}
</style>
border-color css
<style>
span { border-color: #67858D; }
span { border-color: rgb(103,133,141); }
td.TdClassName
{
border-color: #67858D;
}
.TagClassName
{
border-color: #67858D;
}
</style>