Shades of Gothic #699195
Tints of Gothic #699195
RGB
CMYK
RGB Variations
Color information
#699195 (or 0x699195) is known color: Gothic. HEX triplet: 69, 91 and 95. RGB value is (105,145,149). Sum of RGB (Red+Green+Blue) = 105+145+149=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 149 - color contains mainly: blue. Hex color #699195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699195 is #966E6A. Grayscale: #858585. Windows color (decimal): -9858667 or 9802089. OLE color: 9802089.
HSL color Cylindrical-coordinate representation of color #699195: hue angle of 185.45º 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 #699195 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 145 | 149 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.42 |
| HSL | 185.45º | 0.17% | 0.5% | - |
| HSV(B) | 185.45º | 0.3% | 0.58% | - |
| XYZ | 21.38 | 25.42 | 32.21 | - |
| YUV | 133.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 145 | 149 | 0.30 | 0.03 | 0 | 0.42 | 185.45 | 0.17 | 0.5 |
| Hex | 69 | 91 | 95 | 1E | 3 | 0 | 2A | B9 | 11 | 32 |
| Octal | 151 | 221 | 225 | 36 | 3 | 0 | 52 | 271 | 21 | 62 |
| Binary | 1101001 | 10010001 | 10010101 | 11110 | 11 | 0 | 101010 | 10111001 | 10001 | 110010 |
Color Harmonies of #699195
Complementary color
Monochromatic Colors of #699195
Black with #699195
Text Example
Text Example
White with #699195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699195; }
p { color: rgb(105,145,149); }
H1.HeaderClassName
{
color: #699195;
}
.AnyTagClassName
{
color: #699195;
}
</style>
background-color css
<style>
a { background-color: #699195; }
a { background-color: rgb(105,145,149); }
div.DivClassName
{
background-color: #699195;
}
.BgClassName
{
background-color: #699195;
}
</style>
border-color css
<style>
span { border-color: #699195; }
span { border-color: rgb(105,145,149); }
td.TdClassName
{
border-color: #699195;
}
.TagClassName
{
border-color: #699195;
}
</style>