Shades of Gothic #6A8691
Tints of Gothic #6A8691
RGB
CMYK
RGB Variations
Color information
#6A8691 (or 0x6A8691) is known color: Gothic. HEX triplet: 6A, 86 and 91. RGB value is (106,134,145). Sum of RGB (Red+Green+Blue) = 106+134+145=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A8691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8691 is #95796E. Grayscale: #7E7E7E. Windows color (decimal): -9795951 or 9537130. OLE color: 9537130.
HSL color Cylindrical-coordinate representation of color #6A8691: hue angle of 196.92º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A8691 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 106 | 134 | 145 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.43 |
| HSL | 196.92º | 0.16% | 0.49% | - |
| HSV(B) | 196.92º | 0.27% | 0.57% | - |
| XYZ | 19.58 | 22.16 | 30.03 | - |
| YUV | 126.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 134 | 145 | 0.27 | 0.08 | 0 | 0.43 | 196.92 | 0.16 | 0.49 |
| Hex | 6A | 86 | 91 | 1B | 8 | 0 | 2B | C5 | 10 | 31 |
| Octal | 152 | 206 | 221 | 33 | 10 | 0 | 53 | 305 | 20 | 61 |
| Binary | 1101010 | 10000110 | 10010001 | 11011 | 1000 | 0 | 101011 | 11000101 | 10000 | 110001 |
Color Harmonies of #6A8691
Complementary color
Monochromatic Colors of #6A8691
Black with #6A8691
Text Example
Text Example
White with #6A8691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8691; }
p { color: rgb(106,134,145); }
H1.HeaderClassName
{
color: #6A8691;
}
.AnyTagClassName
{
color: #6A8691;
}
</style>
background-color css
<style>
a { background-color: #6A8691; }
a { background-color: rgb(106,134,145); }
div.DivClassName
{
background-color: #6A8691;
}
.BgClassName
{
background-color: #6A8691;
}
</style>
border-color css
<style>
span { border-color: #6A8691; }
span { border-color: rgb(106,134,145); }
td.TdClassName
{
border-color: #6A8691;
}
.TagClassName
{
border-color: #6A8691;
}
</style>