Shades of Gothic #678E8F
Tints of Gothic #678E8F
RGB
CMYK
RGB Variations
Color information
#678E8F (or 0x678E8F) is known color: Gothic. HEX triplet: 67, 8E and 8F. RGB value is (103,142,143). Sum of RGB (Red+Green+Blue) = 103+142+143=388 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.55% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 143 - color contains mainly: blue. Hex color #678E8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678E8F is #987170. Grayscale: #828282. Windows color (decimal): -9990513 or 9408103. OLE color: 9408103.
HSL color Cylindrical-coordinate representation of color #678E8F: hue angle of 181.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #678E8F is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 142 | 143 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.44 |
| HSL | 181.5º | 0.16% | 0.48% | - |
| HSV(B) | 181.5º | 0.28% | 0.56% | - |
| XYZ | 20.22 | 24.21 | 29.59 | - |
| YUV | 130.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 142 | 143 | 0.28 | 0.01 | 0 | 0.44 | 181.5 | 0.16 | 0.48 |
| Hex | 67 | 8E | 8F | 1C | 1 | 0 | 2C | B6 | 10 | 30 |
| Octal | 147 | 216 | 217 | 34 | 1 | 0 | 54 | 266 | 20 | 60 |
| Binary | 1100111 | 10001110 | 10001111 | 11100 | 1 | 0 | 101100 | 10110110 | 10000 | 110000 |
Color Harmonies of #678E8F
Complementary color
Monochromatic Colors of #678E8F
Black with #678E8F
Text Example
Text Example
White with #678E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678E8F; }
p { color: rgb(103,142,143); }
H1.HeaderClassName
{
color: #678E8F;
}
.AnyTagClassName
{
color: #678E8F;
}
</style>
background-color css
<style>
a { background-color: #678E8F; }
a { background-color: rgb(103,142,143); }
div.DivClassName
{
background-color: #678E8F;
}
.BgClassName
{
background-color: #678E8F;
}
</style>
border-color css
<style>
span { border-color: #678E8F; }
span { border-color: rgb(103,142,143); }
td.TdClassName
{
border-color: #678E8F;
}
.TagClassName
{
border-color: #678E8F;
}
</style>