Shades of Gothic #67868E
Tints of Gothic #67868E
RGB
CMYK
RGB Variations
Color information
#67868E (or 0x67868E) is known color: Gothic. HEX triplet: 67, 86 and 8E. RGB value is (103,134,142). Sum of RGB (Red+Green+Blue) = 103+134+142=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 142 - color contains mainly: blue. Hex color #67868E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67868E is #987971. Grayscale: #7D7D7D. Windows color (decimal): -9992562 or 9340519. OLE color: 9340519.
HSL color Cylindrical-coordinate representation of color #67868E: hue angle of 192.31º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #67868E is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 134 | 142 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.44 |
| HSL | 192.31º | 0.16% | 0.48% | - |
| HSV(B) | 192.31º | 0.27% | 0.56% | - |
| XYZ | 19 | 21.89 | 28.81 | - |
| YUV | 125.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 134 | 142 | 0.27 | 0.06 | 0 | 0.44 | 192.31 | 0.16 | 0.48 |
| Hex | 67 | 86 | 8E | 1B | 6 | 0 | 2C | C0 | 10 | 30 |
| Octal | 147 | 206 | 216 | 33 | 6 | 0 | 54 | 300 | 20 | 60 |
| Binary | 1100111 | 10000110 | 10001110 | 11011 | 110 | 0 | 101100 | 11000000 | 10000 | 110000 |
Color Harmonies of #67868E
Complementary color
Monochromatic Colors of #67868E
Black with #67868E
Text Example
Text Example
White with #67868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67868E; }
p { color: rgb(103,134,142); }
H1.HeaderClassName
{
color: #67868E;
}
.AnyTagClassName
{
color: #67868E;
}
</style>
background-color css
<style>
a { background-color: #67868E; }
a { background-color: rgb(103,134,142); }
div.DivClassName
{
background-color: #67868E;
}
.BgClassName
{
background-color: #67868E;
}
</style>
border-color css
<style>
span { border-color: #67868E; }
span { border-color: rgb(103,134,142); }
td.TdClassName
{
border-color: #67868E;
}
.TagClassName
{
border-color: #67868E;
}
</style>