Shades of Gothic #698890
Tints of Gothic #698890
RGB
CMYK
RGB Variations
Color information
#698890 (or 0x698890) is known color: Gothic. HEX triplet: 69, 88 and 90. RGB value is (105,136,144). Sum of RGB (Red+Green+Blue) = 105+136+144=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 144 - color contains mainly: blue. Hex color #698890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698890 is #96776F. Grayscale: #7F7F7F. Windows color (decimal): -9860976 or 9472105. OLE color: 9472105.
HSL color Cylindrical-coordinate representation of color #698890: hue angle of 192.31º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #698890 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 136 | 144 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.44 |
| HSL | 192.31º | 0.16% | 0.49% | - |
| HSV(B) | 192.31º | 0.27% | 0.56% | - |
| XYZ | 19.66 | 22.63 | 29.72 | - |
| YUV | 127.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 144 | 0.27 | 0.06 | 0 | 0.44 | 192.31 | 0.16 | 0.49 |
| Hex | 69 | 88 | 90 | 1B | 6 | 0 | 2C | C0 | 10 | 31 |
| Octal | 151 | 210 | 220 | 33 | 6 | 0 | 54 | 300 | 20 | 61 |
| Binary | 1101001 | 10001000 | 10010000 | 11011 | 110 | 0 | 101100 | 11000000 | 10000 | 110001 |
Color Harmonies of #698890
Complementary color
Monochromatic Colors of #698890
Black with #698890
Text Example
Text Example
White with #698890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698890; }
p { color: rgb(105,136,144); }
H1.HeaderClassName
{
color: #698890;
}
.AnyTagClassName
{
color: #698890;
}
</style>
background-color css
<style>
a { background-color: #698890; }
a { background-color: rgb(105,136,144); }
div.DivClassName
{
background-color: #698890;
}
.BgClassName
{
background-color: #698890;
}
</style>
border-color css
<style>
span { border-color: #698890; }
span { border-color: rgb(105,136,144); }
td.TdClassName
{
border-color: #698890;
}
.TagClassName
{
border-color: #698890;
}
</style>