Shades of Gothic #689299
Tints of Gothic #689299
RGB
CMYK
RGB Variations
Color information
#689299 (or 0x689299) is known color: Gothic. HEX triplet: 68, 92 and 99. RGB value is (104,146,153). Sum of RGB (Red+Green+Blue) = 104+146+153=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #689299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689299 is #976D66. Grayscale: #868686. Windows color (decimal): -9923943 or 10064488. OLE color: 10064488.
HSL color Cylindrical-coordinate representation of color #689299: hue angle of 188.57º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689299 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 146 | 153 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.4 |
| HSL | 188.57º | 0.19% | 0.5% | - |
| HSV(B) | 188.57º | 0.32% | 0.6% | - |
| XYZ | 21.74 | 25.8 | 33.97 | - |
| YUV | 134.24 | 138.59 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 153 | 0.32 | 0.05 | 0 | 0.4 | 188.57 | 0.19 | 0.5 |
| Hex | 68 | 92 | 99 | 20 | 5 | 0 | 28 | BD | 13 | 32 |
| Octal | 150 | 222 | 231 | 40 | 5 | 0 | 50 | 275 | 23 | 62 |
| Binary | 1101000 | 10010010 | 10011001 | 100000 | 101 | 0 | 101000 | 10111101 | 10011 | 110010 |
Color Harmonies of #689299
Complementary color
Monochromatic Colors of #689299
Black with #689299
Text Example
Text Example
White with #689299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689299; }
p { color: rgb(104,146,153); }
H1.HeaderClassName
{
color: #689299;
}
.AnyTagClassName
{
color: #689299;
}
</style>
background-color css
<style>
a { background-color: #689299; }
a { background-color: rgb(104,146,153); }
div.DivClassName
{
background-color: #689299;
}
.BgClassName
{
background-color: #689299;
}
</style>
border-color css
<style>
span { border-color: #689299; }
span { border-color: rgb(104,146,153); }
td.TdClassName
{
border-color: #689299;
}
.TagClassName
{
border-color: #689299;
}
</style>