Shades of Gothic #698588
Tints of Gothic #698588
RGB
CMYK
RGB Variations
Color information
#698588 (or 0x698588) is known color: Gothic. HEX triplet: 69, 85 and 88. RGB value is (105,133,136). Sum of RGB (Red+Green+Blue) = 105+133+136=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 136 - color contains mainly: blue. Hex color #698588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698588 is #967A77. Grayscale: #7C7C7C. Windows color (decimal): -9861752 or 8947049. OLE color: 8947049.
HSL color Cylindrical-coordinate representation of color #698588: hue angle of 185.81º 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 #698588 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 133 | 136 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.47 |
| HSL | 185.81º | 0.13% | 0.47% | - |
| HSV(B) | 185.81º | 0.23% | 0.53% | - |
| XYZ | 18.66 | 21.56 | 26.47 | - |
| YUV | 124.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 133 | 136 | 0.23 | 0.02 | 0 | 0.47 | 185.81 | 0.13 | 0.47 |
| Hex | 69 | 85 | 88 | 17 | 2 | 0 | 2F | BA | D | 2F |
| Octal | 151 | 205 | 210 | 27 | 2 | 0 | 57 | 272 | 15 | 57 |
| Binary | 1101001 | 10000101 | 10001000 | 10111 | 10 | 0 | 101111 | 10111010 | 1101 | 101111 |
Color Harmonies of #698588
Complementary color
Monochromatic Colors of #698588
Black with #698588
Text Example
Text Example
White with #698588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698588; }
p { color: rgb(105,133,136); }
H1.HeaderClassName
{
color: #698588;
}
.AnyTagClassName
{
color: #698588;
}
</style>
background-color css
<style>
a { background-color: #698588; }
a { background-color: rgb(105,133,136); }
div.DivClassName
{
background-color: #698588;
}
.BgClassName
{
background-color: #698588;
}
</style>
border-color css
<style>
span { border-color: #698588; }
span { border-color: rgb(105,133,136); }
td.TdClassName
{
border-color: #698588;
}
.TagClassName
{
border-color: #698588;
}
</style>