Shades of Gothic #688E91
Tints of Gothic #688E91
RGB
CMYK
RGB Variations
Color information
#688E91 (or 0x688E91) is known color: Gothic. HEX triplet: 68, 8E and 91. RGB value is (104,142,145). Sum of RGB (Red+Green+Blue) = 104+142+145=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 145 - color contains mainly: blue. Hex color #688E91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688E91 is #97716E. Grayscale: #828282. Windows color (decimal): -9924975 or 9539176. OLE color: 9539176.
HSL color Cylindrical-coordinate representation of color #688E91: hue angle of 184.39º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #688E91 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 142 | 145 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.43 |
| HSL | 184.39º | 0.16% | 0.49% | - |
| HSV(B) | 184.39º | 0.28% | 0.57% | - |
| XYZ | 20.49 | 24.33 | 30.4 | - |
| YUV | 130.98 | 135.91 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 142 | 145 | 0.28 | 0.02 | 0 | 0.43 | 184.39 | 0.16 | 0.49 |
| Hex | 68 | 8E | 91 | 1C | 2 | 0 | 2B | B8 | 10 | 31 |
| Octal | 150 | 216 | 221 | 34 | 2 | 0 | 53 | 270 | 20 | 61 |
| Binary | 1101000 | 10001110 | 10010001 | 11100 | 10 | 0 | 101011 | 10111000 | 10000 | 110001 |
Color Harmonies of #688E91
Complementary color
Monochromatic Colors of #688E91
Black with #688E91
Text Example
Text Example
White with #688E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688E91; }
p { color: rgb(104,142,145); }
H1.HeaderClassName
{
color: #688E91;
}
.AnyTagClassName
{
color: #688E91;
}
</style>
background-color css
<style>
a { background-color: #688E91; }
a { background-color: rgb(104,142,145); }
div.DivClassName
{
background-color: #688E91;
}
.BgClassName
{
background-color: #688E91;
}
</style>
border-color css
<style>
span { border-color: #688E91; }
span { border-color: rgb(104,142,145); }
td.TdClassName
{
border-color: #688E91;
}
.TagClassName
{
border-color: #688E91;
}
</style>