Shades of Gothic #69888D
Tints of Gothic #69888D
RGB
CMYK
RGB Variations
Color information
#69888D (or 0x69888D) is known color: Gothic. HEX triplet: 69, 88 and 8D. RGB value is (105,136,141). Sum of RGB (Red+Green+Blue) = 105+136+141=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 141 - color contains mainly: blue. Hex color #69888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69888D is #967772. Grayscale: #7F7F7F. Windows color (decimal): -9860979 or 9275497. OLE color: 9275497.
HSL color Cylindrical-coordinate representation of color #69888D: hue angle of 188.33º 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 #69888D is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 136 | 141 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.45 |
| HSL | 188.33º | 0.15% | 0.48% | - |
| HSV(B) | 188.33º | 0.26% | 0.55% | - |
| XYZ | 19.44 | 22.53 | 28.52 | - |
| YUV | 127.3 | 135.73 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 141 | 0.26 | 0.04 | 0 | 0.45 | 188.33 | 0.15 | 0.48 |
| Hex | 69 | 88 | 8D | 1A | 4 | 0 | 2D | BC | F | 30 |
| Octal | 151 | 210 | 215 | 32 | 4 | 0 | 55 | 274 | 17 | 60 |
| Binary | 1101001 | 10001000 | 10001101 | 11010 | 100 | 0 | 101101 | 10111100 | 1111 | 110000 |
Color Harmonies of #69888D
Complementary color
Monochromatic Colors of #69888D
Black with #69888D
Text Example
Text Example
White with #69888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69888D; }
p { color: rgb(105,136,141); }
H1.HeaderClassName
{
color: #69888D;
}
.AnyTagClassName
{
color: #69888D;
}
</style>
background-color css
<style>
a { background-color: #69888D; }
a { background-color: rgb(105,136,141); }
div.DivClassName
{
background-color: #69888D;
}
.BgClassName
{
background-color: #69888D;
}
</style>
border-color css
<style>
span { border-color: #69888D; }
span { border-color: rgb(105,136,141); }
td.TdClassName
{
border-color: #69888D;
}
.TagClassName
{
border-color: #69888D;
}
</style>