Shades of Gothic #688B8E
Tints of Gothic #688B8E
RGB
CMYK
RGB Variations
Color information
#688B8E (or 0x688B8E) is known color: Gothic. HEX triplet: 68, 8B and 8E. RGB value is (104,139,142). Sum of RGB (Red+Green+Blue) = 104+139+142=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 142 - color contains mainly: blue. Hex color #688B8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688B8E is #977471. Grayscale: #808080. Windows color (decimal): -9925746 or 9341800. OLE color: 9341800.
HSL color Cylindrical-coordinate representation of color #688B8E: hue angle of 184.74º degrees, saturation: 0.15, 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 #688B8E is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 139 | 142 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.44 |
| HSL | 184.74º | 0.15% | 0.48% | - |
| HSV(B) | 184.74º | 0.27% | 0.56% | - |
| XYZ | 19.82 | 23.36 | 29.06 | - |
| YUV | 128.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 142 | 0.27 | 0.02 | 0 | 0.44 | 184.74 | 0.15 | 0.48 |
| Hex | 68 | 8B | 8E | 1B | 2 | 0 | 2C | B9 | F | 30 |
| Octal | 150 | 213 | 216 | 33 | 2 | 0 | 54 | 271 | 17 | 60 |
| Binary | 1101000 | 10001011 | 10001110 | 11011 | 10 | 0 | 101100 | 10111001 | 1111 | 110000 |
Color Harmonies of #688B8E
Complementary color
Monochromatic Colors of #688B8E
Black with #688B8E
Text Example
Text Example
White with #688B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688B8E; }
p { color: rgb(104,139,142); }
H1.HeaderClassName
{
color: #688B8E;
}
.AnyTagClassName
{
color: #688B8E;
}
</style>
background-color css
<style>
a { background-color: #688B8E; }
a { background-color: rgb(104,139,142); }
div.DivClassName
{
background-color: #688B8E;
}
.BgClassName
{
background-color: #688B8E;
}
</style>
border-color css
<style>
span { border-color: #688B8E; }
span { border-color: rgb(104,139,142); }
td.TdClassName
{
border-color: #688B8E;
}
.TagClassName
{
border-color: #688B8E;
}
</style>