Shades of Gothic #699294
Tints of Gothic #699294
RGB
CMYK
RGB Variations
Color information
#699294 (or 0x699294) is known color: Gothic. HEX triplet: 69, 92 and 94. RGB value is (105,146,148). Sum of RGB (Red+Green+Blue) = 105+146+148=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 148 - color contains mainly: blue. Hex color #699294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699294 is #966D6B. Grayscale: #858585. Windows color (decimal): -9858412 or 9736809. OLE color: 9736809.
HSL color Cylindrical-coordinate representation of color #699294: hue angle of 182.79º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699294 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 146 | 148 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.42 |
| HSL | 182.79º | 0.17% | 0.5% | - |
| HSV(B) | 182.79º | 0.29% | 0.58% | - |
| XYZ | 21.45 | 25.7 | 31.85 | - |
| YUV | 133.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 146 | 148 | 0.29 | 0.01 | 0 | 0.42 | 182.79 | 0.17 | 0.5 |
| Hex | 69 | 92 | 94 | 1D | 1 | 0 | 2A | B7 | 11 | 32 |
| Octal | 151 | 222 | 224 | 35 | 1 | 0 | 52 | 267 | 21 | 62 |
| Binary | 1101001 | 10010010 | 10010100 | 11101 | 1 | 0 | 101010 | 10110111 | 10001 | 110010 |
Color Harmonies of #699294
Complementary color
Monochromatic Colors of #699294
Black with #699294
Text Example
Text Example
White with #699294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699294; }
p { color: rgb(105,146,148); }
H1.HeaderClassName
{
color: #699294;
}
.AnyTagClassName
{
color: #699294;
}
</style>
background-color css
<style>
a { background-color: #699294; }
a { background-color: rgb(105,146,148); }
div.DivClassName
{
background-color: #699294;
}
.BgClassName
{
background-color: #699294;
}
</style>
border-color css
<style>
span { border-color: #699294; }
span { border-color: rgb(105,146,148); }
td.TdClassName
{
border-color: #699294;
}
.TagClassName
{
border-color: #699294;
}
</style>