Shades of Gothic #698C95
Tints of Gothic #698C95
RGB
CMYK
RGB Variations
Color information
#698C95 (or 0x698C95) is known color: Gothic. HEX triplet: 69, 8C and 95. RGB value is (105,140,149). Sum of RGB (Red+Green+Blue) = 105+140+149=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 149 - color contains mainly: blue. Hex color #698C95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698C95 is #96736A. Grayscale: #828282. Windows color (decimal): -9859947 or 9800809. OLE color: 9800809.
HSL color Cylindrical-coordinate representation of color #698C95: hue angle of 192.27º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #698C95 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 140 | 149 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.42 |
| HSL | 192.27º | 0.17% | 0.5% | - |
| HSV(B) | 192.27º | 0.3% | 0.58% | - |
| XYZ | 20.63 | 23.93 | 31.97 | - |
| YUV | 130.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 149 | 0.30 | 0.06 | 0 | 0.42 | 192.27 | 0.17 | 0.5 |
| Hex | 69 | 8C | 95 | 1E | 6 | 0 | 2A | C0 | 11 | 32 |
| Octal | 151 | 214 | 225 | 36 | 6 | 0 | 52 | 300 | 21 | 62 |
| Binary | 1101001 | 10001100 | 10010101 | 11110 | 110 | 0 | 101010 | 11000000 | 10001 | 110010 |
Color Harmonies of #698C95
Complementary color
Monochromatic Colors of #698C95
Black with #698C95
Text Example
Text Example
White with #698C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698C95; }
p { color: rgb(105,140,149); }
H1.HeaderClassName
{
color: #698C95;
}
.AnyTagClassName
{
color: #698C95;
}
</style>
background-color css
<style>
a { background-color: #698C95; }
a { background-color: rgb(105,140,149); }
div.DivClassName
{
background-color: #698C95;
}
.BgClassName
{
background-color: #698C95;
}
</style>
border-color css
<style>
span { border-color: #698C95; }
span { border-color: rgb(105,140,149); }
td.TdClassName
{
border-color: #698C95;
}
.TagClassName
{
border-color: #698C95;
}
</style>