Shades of Gothic #689095
Tints of Gothic #689095
RGB
CMYK
RGB Variations
Color information
#689095 (or 0x689095) is known color: Gothic. HEX triplet: 68, 90 and 95. RGB value is (104,144,149). Sum of RGB (Red+Green+Blue) = 104+144+149=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 149 - color contains mainly: blue. Hex color #689095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689095 is #976F6A. Grayscale: #848484. Windows color (decimal): -9924459 or 9801832. OLE color: 9801832.
HSL color Cylindrical-coordinate representation of color #689095: hue angle of 186.67º degrees, saturation: 0.18, 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 #689095 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 144 | 149 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.42 |
| HSL | 186.67º | 0.18% | 0.5% | - |
| HSV(B) | 186.67º | 0.3% | 0.58% | - |
| XYZ | 21.11 | 25.06 | 32.16 | - |
| YUV | 132.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 144 | 149 | 0.30 | 0.03 | 0 | 0.42 | 186.67 | 0.18 | 0.5 |
| Hex | 68 | 90 | 95 | 1E | 3 | 0 | 2A | BB | 12 | 32 |
| Octal | 150 | 220 | 225 | 36 | 3 | 0 | 52 | 273 | 22 | 62 |
| Binary | 1101000 | 10010000 | 10010101 | 11110 | 11 | 0 | 101010 | 10111011 | 10010 | 110010 |
Color Harmonies of #689095
Complementary color
Monochromatic Colors of #689095
Black with #689095
Text Example
Text Example
White with #689095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689095; }
p { color: rgb(104,144,149); }
H1.HeaderClassName
{
color: #689095;
}
.AnyTagClassName
{
color: #689095;
}
</style>
background-color css
<style>
a { background-color: #689095; }
a { background-color: rgb(104,144,149); }
div.DivClassName
{
background-color: #689095;
}
.BgClassName
{
background-color: #689095;
}
</style>
border-color css
<style>
span { border-color: #689095; }
span { border-color: rgb(104,144,149); }
td.TdClassName
{
border-color: #689095;
}
.TagClassName
{
border-color: #689095;
}
</style>