Shades of Gothic #699094
Tints of Gothic #699094
RGB
CMYK
RGB Variations
Color information
#699094 (or 0x699094) is known color: Gothic. HEX triplet: 69, 90 and 94. RGB value is (105,144,148). Sum of RGB (Red+Green+Blue) = 105+144+148=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 148 - color contains mainly: blue. Hex color #699094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699094 is #966F6B. Grayscale: #848484. Windows color (decimal): -9858924 or 9736297. OLE color: 9736297.
HSL color Cylindrical-coordinate representation of color #699094: hue angle of 185.58º 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 #699094 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 144 | 148 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.42 |
| HSL | 185.58º | 0.17% | 0.5% | - |
| HSV(B) | 185.58º | 0.29% | 0.58% | - |
| XYZ | 21.14 | 25.09 | 31.75 | - |
| YUV | 132.8 | 136.58 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 144 | 148 | 0.29 | 0.03 | 0 | 0.42 | 185.58 | 0.17 | 0.5 |
| Hex | 69 | 90 | 94 | 1D | 3 | 0 | 2A | BA | 11 | 32 |
| Octal | 151 | 220 | 224 | 35 | 3 | 0 | 52 | 272 | 21 | 62 |
| Binary | 1101001 | 10010000 | 10010100 | 11101 | 11 | 0 | 101010 | 10111010 | 10001 | 110010 |
Color Harmonies of #699094
Complementary color
Monochromatic Colors of #699094
Black with #699094
Text Example
Text Example
White with #699094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699094; }
p { color: rgb(105,144,148); }
H1.HeaderClassName
{
color: #699094;
}
.AnyTagClassName
{
color: #699094;
}
</style>
background-color css
<style>
a { background-color: #699094; }
a { background-color: rgb(105,144,148); }
div.DivClassName
{
background-color: #699094;
}
.BgClassName
{
background-color: #699094;
}
</style>
border-color css
<style>
span { border-color: #699094; }
span { border-color: rgb(105,144,148); }
td.TdClassName
{
border-color: #699094;
}
.TagClassName
{
border-color: #699094;
}
</style>