Shades of Gothic #6A9193
Tints of Gothic #6A9193
RGB
CMYK
RGB Variations
Color information
#6A9193 (or 0x6A9193) is known color: Gothic. HEX triplet: 6A, 91 and 93. RGB value is (106,145,147). Sum of RGB (Red+Green+Blue) = 106+145+147=398 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.63% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 147 - color contains mainly: blue. Hex color #6A9193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9193 is #956E6C. Grayscale: #858585. Windows color (decimal): -9793133 or 9671018. OLE color: 9671018.
HSL color Cylindrical-coordinate representation of color #6A9193: hue angle of 182.93º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A9193 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 145 | 147 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.42 |
| HSL | 182.93º | 0.16% | 0.5% | - |
| HSV(B) | 182.93º | 0.28% | 0.58% | - |
| XYZ | 21.34 | 25.42 | 31.39 | - |
| YUV | 133.57 | 135.58 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 145 | 147 | 0.28 | 0.01 | 0 | 0.42 | 182.93 | 0.16 | 0.5 |
| Hex | 6A | 91 | 93 | 1C | 1 | 0 | 2A | B7 | 10 | 32 |
| Octal | 152 | 221 | 223 | 34 | 1 | 0 | 52 | 267 | 20 | 62 |
| Binary | 1101010 | 10010001 | 10010011 | 11100 | 1 | 0 | 101010 | 10110111 | 10000 | 110010 |
Color Harmonies of #6A9193
Complementary color
Monochromatic Colors of #6A9193
Black with #6A9193
Text Example
Text Example
White with #6A9193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9193; }
p { color: rgb(106,145,147); }
H1.HeaderClassName
{
color: #6A9193;
}
.AnyTagClassName
{
color: #6A9193;
}
</style>
background-color css
<style>
a { background-color: #6A9193; }
a { background-color: rgb(106,145,147); }
div.DivClassName
{
background-color: #6A9193;
}
.BgClassName
{
background-color: #6A9193;
}
</style>
border-color css
<style>
span { border-color: #6A9193; }
span { border-color: rgb(106,145,147); }
td.TdClassName
{
border-color: #6A9193;
}
.TagClassName
{
border-color: #6A9193;
}
</style>