Shades of Gothic #678F96
Tints of Gothic #678F96
RGB
CMYK
RGB Variations
Color information
#678F96 (or 0x678F96) is known color: Gothic. HEX triplet: 67, 8F and 96. RGB value is (103,143,150). Sum of RGB (Red+Green+Blue) = 103+143+150=396 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.01% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 150 - color contains mainly: blue. Hex color #678F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678F96 is #987069. Grayscale: #838383. Windows color (decimal): -9990250 or 9867111. OLE color: 9867111.
HSL color Cylindrical-coordinate representation of color #678F96: hue angle of 188.94º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #678F96 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 143 | 150 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.41 |
| HSL | 188.94º | 0.19% | 0.5% | - |
| HSV(B) | 188.94º | 0.31% | 0.59% | - |
| XYZ | 20.92 | 24.73 | 32.52 | - |
| YUV | 131.84 | 138.25 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 143 | 150 | 0.31 | 0.05 | 0 | 0.41 | 188.94 | 0.19 | 0.5 |
| Hex | 67 | 8F | 96 | 1F | 5 | 0 | 29 | BD | 13 | 32 |
| Octal | 147 | 217 | 226 | 37 | 5 | 0 | 51 | 275 | 23 | 62 |
| Binary | 1100111 | 10001111 | 10010110 | 11111 | 101 | 0 | 101001 | 10111101 | 10011 | 110010 |
Color Harmonies of #678F96
Complementary color
Monochromatic Colors of #678F96
Black with #678F96
Text Example
Text Example
White with #678F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678F96; }
p { color: rgb(103,143,150); }
H1.HeaderClassName
{
color: #678F96;
}
.AnyTagClassName
{
color: #678F96;
}
</style>
background-color css
<style>
a { background-color: #678F96; }
a { background-color: rgb(103,143,150); }
div.DivClassName
{
background-color: #678F96;
}
.BgClassName
{
background-color: #678F96;
}
</style>
border-color css
<style>
span { border-color: #678F96; }
span { border-color: rgb(103,143,150); }
td.TdClassName
{
border-color: #678F96;
}
.TagClassName
{
border-color: #678F96;
}
</style>