Shades of Gothic #689092
Tints of Gothic #689092
RGB
CMYK
RGB Variations
Color information
#689092 (or 0x689092) is known color: Gothic. HEX triplet: 68, 90 and 92. RGB value is (104,144,146). Sum of RGB (Red+Green+Blue) = 104+144+146=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 146 - color contains mainly: blue. Hex color #689092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689092 is #976F6D. Grayscale: #848484. Windows color (decimal): -9924462 or 9605224. OLE color: 9605224.
HSL color Cylindrical-coordinate representation of color #689092: hue angle of 182.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #689092 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 144 | 146 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.43 |
| HSL | 182.86º | 0.17% | 0.49% | - |
| HSV(B) | 182.86º | 0.29% | 0.57% | - |
| XYZ | 20.87 | 24.96 | 30.91 | - |
| YUV | 132.27 | 135.75 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 144 | 146 | 0.29 | 0.01 | 0 | 0.43 | 182.86 | 0.17 | 0.49 |
| Hex | 68 | 90 | 92 | 1D | 1 | 0 | 2B | B7 | 11 | 31 |
| Octal | 150 | 220 | 222 | 35 | 1 | 0 | 53 | 267 | 21 | 61 |
| Binary | 1101000 | 10010000 | 10010010 | 11101 | 1 | 0 | 101011 | 10110111 | 10001 | 110001 |
Color Harmonies of #689092
Complementary color
Monochromatic Colors of #689092
Black with #689092
Text Example
Text Example
White with #689092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689092; }
p { color: rgb(104,144,146); }
H1.HeaderClassName
{
color: #689092;
}
.AnyTagClassName
{
color: #689092;
}
</style>
background-color css
<style>
a { background-color: #689092; }
a { background-color: rgb(104,144,146); }
div.DivClassName
{
background-color: #689092;
}
.BgClassName
{
background-color: #689092;
}
</style>
border-color css
<style>
span { border-color: #689092; }
span { border-color: rgb(104,144,146); }
td.TdClassName
{
border-color: #689092;
}
.TagClassName
{
border-color: #689092;
}
</style>