Shades of Gothic #6A9295
Tints of Gothic #6A9295
RGB
CMYK
RGB Variations
Color information
#6A9295 (or 0x6A9295) is known color: Gothic. HEX triplet: 6A, 92 and 95. RGB value is (106,146,149). Sum of RGB (Red+Green+Blue) = 106+146+149=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 149 - color contains mainly: blue. Hex color #6A9295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9295 is #956D6A. Grayscale: #868686. Windows color (decimal): -9792875 or 9802346. OLE color: 9802346.
HSL color Cylindrical-coordinate representation of color #6A9295: hue angle of 184.19º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A9295 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 146 | 149 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.42 |
| HSL | 184.19º | 0.17% | 0.5% | - |
| HSV(B) | 184.19º | 0.29% | 0.58% | - |
| XYZ | 21.65 | 25.79 | 32.27 | - |
| YUV | 134.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 146 | 149 | 0.29 | 0.02 | 0 | 0.42 | 184.19 | 0.17 | 0.5 |
| Hex | 6A | 92 | 95 | 1D | 2 | 0 | 2A | B8 | 11 | 32 |
| Octal | 152 | 222 | 225 | 35 | 2 | 0 | 52 | 270 | 21 | 62 |
| Binary | 1101010 | 10010010 | 10010101 | 11101 | 10 | 0 | 101010 | 10111000 | 10001 | 110010 |
Color Harmonies of #6A9295
Complementary color
Monochromatic Colors of #6A9295
Black with #6A9295
Text Example
Text Example
White with #6A9295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9295; }
p { color: rgb(106,146,149); }
H1.HeaderClassName
{
color: #6A9295;
}
.AnyTagClassName
{
color: #6A9295;
}
</style>
background-color css
<style>
a { background-color: #6A9295; }
a { background-color: rgb(106,146,149); }
div.DivClassName
{
background-color: #6A9295;
}
.BgClassName
{
background-color: #6A9295;
}
</style>
border-color css
<style>
span { border-color: #6A9295; }
span { border-color: rgb(106,146,149); }
td.TdClassName
{
border-color: #6A9295;
}
.TagClassName
{
border-color: #6A9295;
}
</style>