Shades of Gothic #689195
Tints of Gothic #689195
RGB
CMYK
RGB Variations
Color information
#689195 (or 0x689195) is known color: Gothic. HEX triplet: 68, 91 and 95. RGB value is (104,145,149). Sum of RGB (Red+Green+Blue) = 104+145+149=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 149 - color contains mainly: blue. Hex color #689195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689195 is #976E6A. Grayscale: #858585. Windows color (decimal): -9924203 or 9802088. OLE color: 9802088.
HSL color Cylindrical-coordinate representation of color #689195: hue angle of 185.33º 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 #689195 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 145 | 149 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.42 |
| HSL | 185.33º | 0.18% | 0.5% | - |
| HSV(B) | 185.33º | 0.3% | 0.58% | - |
| XYZ | 21.26 | 25.36 | 32.21 | - |
| YUV | 133.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 145 | 149 | 0.30 | 0.03 | 0 | 0.42 | 185.33 | 0.18 | 0.5 |
| Hex | 68 | 91 | 95 | 1E | 3 | 0 | 2A | B9 | 12 | 32 |
| Octal | 150 | 221 | 225 | 36 | 3 | 0 | 52 | 271 | 22 | 62 |
| Binary | 1101000 | 10010001 | 10010101 | 11110 | 11 | 0 | 101010 | 10111001 | 10010 | 110010 |
Color Harmonies of #689195
Complementary color
Monochromatic Colors of #689195
Black with #689195
Text Example
Text Example
White with #689195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689195; }
p { color: rgb(104,145,149); }
H1.HeaderClassName
{
color: #689195;
}
.AnyTagClassName
{
color: #689195;
}
</style>
background-color css
<style>
a { background-color: #689195; }
a { background-color: rgb(104,145,149); }
div.DivClassName
{
background-color: #689195;
}
.BgClassName
{
background-color: #689195;
}
</style>
border-color css
<style>
span { border-color: #689195; }
span { border-color: rgb(104,145,149); }
td.TdClassName
{
border-color: #689195;
}
.TagClassName
{
border-color: #689195;
}
</style>