Shades of Gothic #688788
Tints of Gothic #688788
RGB
CMYK
RGB Variations
Color information
#688788 (or 0x688788) is known color: Gothic. HEX triplet: 68, 87 and 88. RGB value is (104,135,136). Sum of RGB (Red+Green+Blue) = 104+135+136=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 136 - color contains mainly: blue. Hex color #688788 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688788 is #977877. Grayscale: #7D7D7D. Windows color (decimal): -9926776 or 8947560. OLE color: 8947560.
HSL color Cylindrical-coordinate representation of color #688788: hue angle of 181.88º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #688788 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 135 | 136 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.47 |
| HSL | 181.88º | 0.13% | 0.47% | - |
| HSV(B) | 181.88º | 0.24% | 0.53% | - |
| XYZ | 18.82 | 22.05 | 26.56 | - |
| YUV | 125.85 | 133.73 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 136 | 0.24 | 0.01 | 0 | 0.47 | 181.88 | 0.13 | 0.47 |
| Hex | 68 | 87 | 88 | 18 | 1 | 0 | 2F | B6 | D | 2F |
| Octal | 150 | 207 | 210 | 30 | 1 | 0 | 57 | 266 | 15 | 57 |
| Binary | 1101000 | 10000111 | 10001000 | 11000 | 1 | 0 | 101111 | 10110110 | 1101 | 101111 |
Color Harmonies of #688788
Complementary color
Monochromatic Colors of #688788
Black with #688788
Text Example
Text Example
White with #688788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688788; }
p { color: rgb(104,135,136); }
H1.HeaderClassName
{
color: #688788;
}
.AnyTagClassName
{
color: #688788;
}
</style>
background-color css
<style>
a { background-color: #688788; }
a { background-color: rgb(104,135,136); }
div.DivClassName
{
background-color: #688788;
}
.BgClassName
{
background-color: #688788;
}
</style>
border-color css
<style>
span { border-color: #688788; }
span { border-color: rgb(104,135,136); }
td.TdClassName
{
border-color: #688788;
}
.TagClassName
{
border-color: #688788;
}
</style>