Shades of Gothic #678A8B
Tints of Gothic #678A8B
RGB
CMYK
RGB Variations
Color information
#678A8B (or 0x678A8B) is known color: Gothic. HEX triplet: 67, 8A and 8B. RGB value is (103,138,139). Sum of RGB (Red+Green+Blue) = 103+138+139=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 139 - color contains mainly: blue. Hex color #678A8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678A8B is #987574. Grayscale: #7F7F7F. Windows color (decimal): -9991541 or 9144935. OLE color: 9144935.
HSL color Cylindrical-coordinate representation of color #678A8B: hue angle of 181.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #678A8B is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 138 | 139 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.45 |
| HSL | 181.67º | 0.15% | 0.47% | - |
| HSV(B) | 181.67º | 0.26% | 0.55% | - |
| XYZ | 19.34 | 22.92 | 27.83 | - |
| YUV | 127.65 | 134.4 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 139 | 0.26 | 0.01 | 0 | 0.45 | 181.67 | 0.15 | 0.47 |
| Hex | 67 | 8A | 8B | 1A | 1 | 0 | 2D | B6 | F | 2F |
| Octal | 147 | 212 | 213 | 32 | 1 | 0 | 55 | 266 | 17 | 57 |
| Binary | 1100111 | 10001010 | 10001011 | 11010 | 1 | 0 | 101101 | 10110110 | 1111 | 101111 |
Color Harmonies of #678A8B
Complementary color
Monochromatic Colors of #678A8B
Black with #678A8B
Text Example
Text Example
White with #678A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678A8B; }
p { color: rgb(103,138,139); }
H1.HeaderClassName
{
color: #678A8B;
}
.AnyTagClassName
{
color: #678A8B;
}
</style>
background-color css
<style>
a { background-color: #678A8B; }
a { background-color: rgb(103,138,139); }
div.DivClassName
{
background-color: #678A8B;
}
.BgClassName
{
background-color: #678A8B;
}
</style>
border-color css
<style>
span { border-color: #678A8B; }
span { border-color: rgb(103,138,139); }
td.TdClassName
{
border-color: #678A8B;
}
.TagClassName
{
border-color: #678A8B;
}
</style>