Shades of Gothic #698D8E
Tints of Gothic #698D8E
RGB
CMYK
RGB Variations
Color information
#698D8E (or 0x698D8E) is known color: Gothic. HEX triplet: 69, 8D and 8E. RGB value is (105,141,142). Sum of RGB (Red+Green+Blue) = 105+141+142=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 142 - color contains mainly: blue. Hex color #698D8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698D8E is #967271. Grayscale: #828282. Windows color (decimal): -9859698 or 9342313. OLE color: 9342313.
HSL color Cylindrical-coordinate representation of color #698D8E: hue angle of 181.62º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #698D8E is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 141 | 142 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.44 |
| HSL | 181.62º | 0.15% | 0.48% | - |
| HSV(B) | 181.62º | 0.26% | 0.56% | - |
| XYZ | 20.23 | 24.01 | 29.16 | - |
| YUV | 130.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 142 | 0.26 | 0.01 | 0 | 0.44 | 181.62 | 0.15 | 0.48 |
| Hex | 69 | 8D | 8E | 1A | 1 | 0 | 2C | B6 | F | 30 |
| Octal | 151 | 215 | 216 | 32 | 1 | 0 | 54 | 266 | 17 | 60 |
| Binary | 1101001 | 10001101 | 10001110 | 11010 | 1 | 0 | 101100 | 10110110 | 1111 | 110000 |
Color Harmonies of #698D8E
Complementary color
Monochromatic Colors of #698D8E
Black with #698D8E
Text Example
Text Example
White with #698D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698D8E; }
p { color: rgb(105,141,142); }
H1.HeaderClassName
{
color: #698D8E;
}
.AnyTagClassName
{
color: #698D8E;
}
</style>
background-color css
<style>
a { background-color: #698D8E; }
a { background-color: rgb(105,141,142); }
div.DivClassName
{
background-color: #698D8E;
}
.BgClassName
{
background-color: #698D8E;
}
</style>
border-color css
<style>
span { border-color: #698D8E; }
span { border-color: rgb(105,141,142); }
td.TdClassName
{
border-color: #698D8E;
}
.TagClassName
{
border-color: #698D8E;
}
</style>