Shades of Gothic #6A8389
Tints of Gothic #6A8389
RGB
CMYK
RGB Variations
Color information
#6A8389 (or 0x6A8389) is known color: Gothic. HEX triplet: 6A, 83 and 89. RGB value is (106,131,137). Sum of RGB (Red+Green+Blue) = 106+131+137=374 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.34% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 137 - color contains mainly: blue. Hex color #6A8389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8389 is #957C76. Grayscale: #7C7C7C. Windows color (decimal): -9796727 or 9012074. OLE color: 9012074.
HSL color Cylindrical-coordinate representation of color #6A8389: hue angle of 191.61º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A8389 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 106 | 131 | 137 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.46 |
| HSL | 191.61º | 0.13% | 0.48% | - |
| HSV(B) | 191.61º | 0.23% | 0.54% | - |
| XYZ | 18.58 | 21.1 | 26.76 | - |
| YUV | 124.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 131 | 137 | 0.23 | 0.04 | 0 | 0.46 | 191.61 | 0.13 | 0.48 |
| Hex | 6A | 83 | 89 | 17 | 4 | 0 | 2E | C0 | D | 30 |
| Octal | 152 | 203 | 211 | 27 | 4 | 0 | 56 | 300 | 15 | 60 |
| Binary | 1101010 | 10000011 | 10001001 | 10111 | 100 | 0 | 101110 | 11000000 | 1101 | 110000 |
Color Harmonies of #6A8389
Complementary color
Monochromatic Colors of #6A8389
Black with #6A8389
Text Example
Text Example
White with #6A8389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8389; }
p { color: rgb(106,131,137); }
H1.HeaderClassName
{
color: #6A8389;
}
.AnyTagClassName
{
color: #6A8389;
}
</style>
background-color css
<style>
a { background-color: #6A8389; }
a { background-color: rgb(106,131,137); }
div.DivClassName
{
background-color: #6A8389;
}
.BgClassName
{
background-color: #6A8389;
}
</style>
border-color css
<style>
span { border-color: #6A8389; }
span { border-color: rgb(106,131,137); }
td.TdClassName
{
border-color: #6A8389;
}
.TagClassName
{
border-color: #6A8389;
}
</style>