Shades of Gothic #698387
Tints of Gothic #698387
RGB
CMYK
RGB Variations
Color information
#698387 (or 0x698387) is known color: Gothic. HEX triplet: 69, 83 and 87. RGB value is (105,131,135). Sum of RGB (Red+Green+Blue) = 105+131+135=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 135 - color contains mainly: blue. Hex color #698387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698387 is #967C78. Grayscale: #7B7B7B. Windows color (decimal): -9862265 or 8881001. OLE color: 8881001.
HSL color Cylindrical-coordinate representation of color #698387: hue angle of 188º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #698387 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 131 | 135 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.47 |
| HSL | 188º | 0.13% | 0.47% | - |
| HSV(B) | 188º | 0.22% | 0.53% | - |
| XYZ | 18.32 | 20.99 | 26.01 | - |
| YUV | 123.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 131 | 135 | 0.22 | 0.03 | 0 | 0.47 | 188 | 0.13 | 0.47 |
| Hex | 69 | 83 | 87 | 16 | 3 | 0 | 2F | BC | C | 2F |
| Octal | 151 | 203 | 207 | 26 | 3 | 0 | 57 | 274 | 14 | 57 |
| Binary | 1101001 | 10000011 | 10000111 | 10110 | 11 | 0 | 101111 | 10111100 | 1100 | 101111 |
Color Harmonies of #698387
Complementary color
Monochromatic Colors of #698387
Black with #698387
Text Example
Text Example
White with #698387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698387; }
p { color: rgb(105,131,135); }
H1.HeaderClassName
{
color: #698387;
}
.AnyTagClassName
{
color: #698387;
}
</style>
background-color css
<style>
a { background-color: #698387; }
a { background-color: rgb(105,131,135); }
div.DivClassName
{
background-color: #698387;
}
.BgClassName
{
background-color: #698387;
}
</style>
border-color css
<style>
span { border-color: #698387; }
span { border-color: rgb(105,131,135); }
td.TdClassName
{
border-color: #698387;
}
.TagClassName
{
border-color: #698387;
}
</style>