Shades of Gothic #698E96
Tints of Gothic #698E96
RGB
CMYK
RGB Variations
Color information
#698E96 (or 0x698E96) is known color: Gothic. HEX triplet: 69, 8E and 96. RGB value is (105,142,150). Sum of RGB (Red+Green+Blue) = 105+142+150=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 150 - color contains mainly: blue. Hex color #698E96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698E96 is #967169. Grayscale: #838383. Windows color (decimal): -9859434 or 9866857. OLE color: 9866857.
HSL color Cylindrical-coordinate representation of color #698E96: hue angle of 190.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #698E96 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 142 | 150 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.41 |
| HSL | 190.67º | 0.18% | 0.5% | - |
| HSV(B) | 190.67º | 0.3% | 0.59% | - |
| XYZ | 21 | 24.55 | 32.49 | - |
| YUV | 131.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 142 | 150 | 0.30 | 0.05 | 0 | 0.41 | 190.67 | 0.18 | 0.5 |
| Hex | 69 | 8E | 96 | 1E | 5 | 0 | 29 | BF | 12 | 32 |
| Octal | 151 | 216 | 226 | 36 | 5 | 0 | 51 | 277 | 22 | 62 |
| Binary | 1101001 | 10001110 | 10010110 | 11110 | 101 | 0 | 101001 | 10111111 | 10010 | 110010 |
Color Harmonies of #698E96
Complementary color
Monochromatic Colors of #698E96
Black with #698E96
Text Example
Text Example
White with #698E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698E96; }
p { color: rgb(105,142,150); }
H1.HeaderClassName
{
color: #698E96;
}
.AnyTagClassName
{
color: #698E96;
}
</style>
background-color css
<style>
a { background-color: #698E96; }
a { background-color: rgb(105,142,150); }
div.DivClassName
{
background-color: #698E96;
}
.BgClassName
{
background-color: #698E96;
}
</style>
border-color css
<style>
span { border-color: #698E96; }
span { border-color: rgb(105,142,150); }
td.TdClassName
{
border-color: #698E96;
}
.TagClassName
{
border-color: #698E96;
}
</style>