Shades of Gothic #69898A
Tints of Gothic #69898A
RGB
CMYK
RGB Variations
Color information
#69898A (or 0x69898A) is known color: Gothic. HEX triplet: 69, 89 and 8A. RGB value is (105,137,138). Sum of RGB (Red+Green+Blue) = 105+137+138=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 138 - color contains mainly: blue. Hex color #69898A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69898A is #967675. Grayscale: #7F7F7F. Windows color (decimal): -9860726 or 9079145. OLE color: 9079145.
HSL color Cylindrical-coordinate representation of color #69898A: hue angle of 181.82º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #69898A is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 137 | 138 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.46 |
| HSL | 181.82º | 0.14% | 0.48% | - |
| HSV(B) | 181.82º | 0.24% | 0.54% | - |
| XYZ | 19.36 | 22.73 | 27.41 | - |
| YUV | 127.55 | 133.9 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 137 | 138 | 0.24 | 0.01 | 0 | 0.46 | 181.82 | 0.14 | 0.48 |
| Hex | 69 | 89 | 8A | 18 | 1 | 0 | 2E | B6 | E | 30 |
| Octal | 151 | 211 | 212 | 30 | 1 | 0 | 56 | 266 | 16 | 60 |
| Binary | 1101001 | 10001001 | 10001010 | 11000 | 1 | 0 | 101110 | 10110110 | 1110 | 110000 |
Color Harmonies of #69898A
Complementary color
Monochromatic Colors of #69898A
Black with #69898A
Text Example
Text Example
White with #69898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69898A; }
p { color: rgb(105,137,138); }
H1.HeaderClassName
{
color: #69898A;
}
.AnyTagClassName
{
color: #69898A;
}
</style>
background-color css
<style>
a { background-color: #69898A; }
a { background-color: rgb(105,137,138); }
div.DivClassName
{
background-color: #69898A;
}
.BgClassName
{
background-color: #69898A;
}
</style>
border-color css
<style>
span { border-color: #69898A; }
span { border-color: rgb(105,137,138); }
td.TdClassName
{
border-color: #69898A;
}
.TagClassName
{
border-color: #69898A;
}
</style>