Shades of Gothic #69868D
Tints of Gothic #69868D
RGB
CMYK
RGB Variations
Color information
#69868D (or 0x69868D) is known color: Gothic. HEX triplet: 69, 86 and 8D. RGB value is (105,134,141). Sum of RGB (Red+Green+Blue) = 105+134+141=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 141 - color contains mainly: blue. Hex color #69868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69868D is #967972. Grayscale: #7E7E7E. Windows color (decimal): -9861491 or 9274985. OLE color: 9274985.
HSL color Cylindrical-coordinate representation of color #69868D: hue angle of 191.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 #69868D is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 134 | 141 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.45 |
| HSL | 191.67º | 0.15% | 0.48% | - |
| HSV(B) | 191.67º | 0.26% | 0.55% | - |
| XYZ | 19.16 | 21.98 | 28.43 | - |
| YUV | 126.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 134 | 141 | 0.26 | 0.05 | 0 | 0.45 | 191.67 | 0.15 | 0.48 |
| Hex | 69 | 86 | 8D | 1A | 5 | 0 | 2D | C0 | F | 30 |
| Octal | 151 | 206 | 215 | 32 | 5 | 0 | 55 | 300 | 17 | 60 |
| Binary | 1101001 | 10000110 | 10001101 | 11010 | 101 | 0 | 101101 | 11000000 | 1111 | 110000 |
Color Harmonies of #69868D
Complementary color
Monochromatic Colors of #69868D
Black with #69868D
Text Example
Text Example
White with #69868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69868D; }
p { color: rgb(105,134,141); }
H1.HeaderClassName
{
color: #69868D;
}
.AnyTagClassName
{
color: #69868D;
}
</style>
background-color css
<style>
a { background-color: #69868D; }
a { background-color: rgb(105,134,141); }
div.DivClassName
{
background-color: #69868D;
}
.BgClassName
{
background-color: #69868D;
}
</style>
border-color css
<style>
span { border-color: #69868D; }
span { border-color: rgb(105,134,141); }
td.TdClassName
{
border-color: #69868D;
}
.TagClassName
{
border-color: #69868D;
}
</style>