Shades of Gothic #678889
Tints of Gothic #678889
RGB
CMYK
RGB Variations
Color information
#678889 (or 0x678889) is known color: Gothic. HEX triplet: 67, 88 and 89. RGB value is (103,136,137). Sum of RGB (Red+Green+Blue) = 103+136+137=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 137 - color contains mainly: blue. Hex color #678889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678889 is #987776. Grayscale: #7E7E7E. Windows color (decimal): -9992055 or 9013351. OLE color: 9013351.
HSL color Cylindrical-coordinate representation of color #678889: hue angle of 181.76º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #678889 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 136 | 137 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.46 |
| HSL | 181.76º | 0.14% | 0.47% | - |
| HSV(B) | 181.76º | 0.25% | 0.54% | - |
| XYZ | 18.91 | 22.3 | 26.97 | - |
| YUV | 126.25 | 134.07 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 137 | 0.25 | 0.01 | 0 | 0.46 | 181.76 | 0.14 | 0.47 |
| Hex | 67 | 88 | 89 | 19 | 1 | 0 | 2E | B6 | E | 2F |
| Octal | 147 | 210 | 211 | 31 | 1 | 0 | 56 | 266 | 16 | 57 |
| Binary | 1100111 | 10001000 | 10001001 | 11001 | 1 | 0 | 101110 | 10110110 | 1110 | 101111 |
Color Harmonies of #678889
Complementary color
Monochromatic Colors of #678889
Black with #678889
Text Example
Text Example
White with #678889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678889; }
p { color: rgb(103,136,137); }
H1.HeaderClassName
{
color: #678889;
}
.AnyTagClassName
{
color: #678889;
}
</style>
background-color css
<style>
a { background-color: #678889; }
a { background-color: rgb(103,136,137); }
div.DivClassName
{
background-color: #678889;
}
.BgClassName
{
background-color: #678889;
}
</style>
border-color css
<style>
span { border-color: #678889; }
span { border-color: rgb(103,136,137); }
td.TdClassName
{
border-color: #678889;
}
.TagClassName
{
border-color: #678889;
}
</style>