Shades of Gothic #698A93
Tints of Gothic #698A93
RGB
CMYK
RGB Variations
Color information
#698A93 (or 0x698A93) is known color: Gothic. HEX triplet: 69, 8A and 93. RGB value is (105,138,147). Sum of RGB (Red+Green+Blue) = 105+138+147=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 147 - color contains mainly: blue. Hex color #698A93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698A93 is #96756C. Grayscale: #818181. Windows color (decimal): -9860461 or 9669225. OLE color: 9669225.
HSL color Cylindrical-coordinate representation of color #698A93: hue angle of 192.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #698A93 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 138 | 147 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.42 |
| HSL | 192.86º | 0.17% | 0.49% | - |
| HSV(B) | 192.86º | 0.29% | 0.58% | - |
| XYZ | 20.18 | 23.29 | 31.03 | - |
| YUV | 129.16 | 138.07 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 138 | 147 | 0.29 | 0.06 | 0 | 0.42 | 192.86 | 0.17 | 0.49 |
| Hex | 69 | 8A | 93 | 1D | 6 | 0 | 2A | C1 | 11 | 31 |
| Octal | 151 | 212 | 223 | 35 | 6 | 0 | 52 | 301 | 21 | 61 |
| Binary | 1101001 | 10001010 | 10010011 | 11101 | 110 | 0 | 101010 | 11000001 | 10001 | 110001 |
Color Harmonies of #698A93
Complementary color
Monochromatic Colors of #698A93
Black with #698A93
Text Example
Text Example
White with #698A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698A93; }
p { color: rgb(105,138,147); }
H1.HeaderClassName
{
color: #698A93;
}
.AnyTagClassName
{
color: #698A93;
}
</style>
background-color css
<style>
a { background-color: #698A93; }
a { background-color: rgb(105,138,147); }
div.DivClassName
{
background-color: #698A93;
}
.BgClassName
{
background-color: #698A93;
}
</style>
border-color css
<style>
span { border-color: #698A93; }
span { border-color: rgb(105,138,147); }
td.TdClassName
{
border-color: #698A93;
}
.TagClassName
{
border-color: #698A93;
}
</style>