Shades of Gothic #698688
Tints of Gothic #698688
RGB
CMYK
RGB Variations
Color information
#698688 (or 0x698688) is known color: Gothic. HEX triplet: 69, 86 and 88. RGB value is (105,134,136). Sum of RGB (Red+Green+Blue) = 105+134+136=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 134 (52.73% from 255 or 35.73% 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 #698688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698688 is #967977. Grayscale: #7D7D7D. Windows color (decimal): -9861496 or 8947305. OLE color: 8947305.
HSL color Cylindrical-coordinate representation of color #698688: hue angle of 183.87º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698688 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 134 | 136 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.47 |
| HSL | 183.87º | 0.13% | 0.47% | - |
| HSV(B) | 183.87º | 0.23% | 0.53% | - |
| XYZ | 18.79 | 21.83 | 26.52 | - |
| YUV | 125.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 134 | 136 | 0.23 | 0.01 | 0 | 0.47 | 183.87 | 0.13 | 0.47 |
| Hex | 69 | 86 | 88 | 17 | 1 | 0 | 2F | B8 | D | 2F |
| Octal | 151 | 206 | 210 | 27 | 1 | 0 | 57 | 270 | 15 | 57 |
| Binary | 1101001 | 10000110 | 10001000 | 10111 | 1 | 0 | 101111 | 10111000 | 1101 | 101111 |
Color Harmonies of #698688
Complementary color
Monochromatic Colors of #698688
Black with #698688
Text Example
Text Example
White with #698688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698688; }
p { color: rgb(105,134,136); }
H1.HeaderClassName
{
color: #698688;
}
.AnyTagClassName
{
color: #698688;
}
</style>
background-color css
<style>
a { background-color: #698688; }
a { background-color: rgb(105,134,136); }
div.DivClassName
{
background-color: #698688;
}
.BgClassName
{
background-color: #698688;
}
</style>
border-color css
<style>
span { border-color: #698688; }
span { border-color: rgb(105,134,136); }
td.TdClassName
{
border-color: #698688;
}
.TagClassName
{
border-color: #698688;
}
</style>