Shades of Gothic #69898D
Tints of Gothic #69898D
RGB
CMYK
RGB Variations
Color information
#69898D (or 0x69898D) is known color: Gothic. HEX triplet: 69, 89 and 8D. RGB value is (105,137,141). Sum of RGB (Red+Green+Blue) = 105+137+141=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 141 - color contains mainly: blue. Hex color #69898D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69898D is #967672. Grayscale: #7F7F7F. Windows color (decimal): -9860723 or 9275753. OLE color: 9275753.
HSL color Cylindrical-coordinate representation of color #69898D: hue angle of 186.67º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69898D is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 137 | 141 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.45 |
| HSL | 186.67º | 0.15% | 0.48% | - |
| HSV(B) | 186.67º | 0.26% | 0.55% | - |
| XYZ | 19.58 | 22.82 | 28.57 | - |
| YUV | 127.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 137 | 141 | 0.26 | 0.03 | 0 | 0.45 | 186.67 | 0.15 | 0.48 |
| Hex | 69 | 89 | 8D | 1A | 3 | 0 | 2D | BB | F | 30 |
| Octal | 151 | 211 | 215 | 32 | 3 | 0 | 55 | 273 | 17 | 60 |
| Binary | 1101001 | 10001001 | 10001101 | 11010 | 11 | 0 | 101101 | 10111011 | 1111 | 110000 |
Color Harmonies of #69898D
Complementary color
Monochromatic Colors of #69898D
Black with #69898D
Text Example
Text Example
White with #69898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69898D; }
p { color: rgb(105,137,141); }
H1.HeaderClassName
{
color: #69898D;
}
.AnyTagClassName
{
color: #69898D;
}
</style>
background-color css
<style>
a { background-color: #69898D; }
a { background-color: rgb(105,137,141); }
div.DivClassName
{
background-color: #69898D;
}
.BgClassName
{
background-color: #69898D;
}
</style>
border-color css
<style>
span { border-color: #69898D; }
span { border-color: rgb(105,137,141); }
td.TdClassName
{
border-color: #69898D;
}
.TagClassName
{
border-color: #69898D;
}
</style>