Shades of Gothic #6A9195
Tints of Gothic #6A9195
RGB
CMYK
RGB Variations
Color information
#6A9195 (or 0x6A9195) is known color: Gothic. HEX triplet: 6A, 91 and 95. RGB value is (106,145,149). Sum of RGB (Red+Green+Blue) = 106+145+149=400 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.5% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 149 - color contains mainly: blue. Hex color #6A9195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9195 is #956E6A. Grayscale: #858585. Windows color (decimal): -9793131 or 9802090. OLE color: 9802090.
HSL color Cylindrical-coordinate representation of color #6A9195: hue angle of 185.58º 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 #6A9195 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 145 | 149 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.42 |
| HSL | 185.58º | 0.17% | 0.5% | - |
| HSV(B) | 185.58º | 0.29% | 0.58% | - |
| XYZ | 21.49 | 25.48 | 32.22 | - |
| YUV | 133.8 | 136.58 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 145 | 149 | 0.29 | 0.03 | 0 | 0.42 | 185.58 | 0.17 | 0.5 |
| Hex | 6A | 91 | 95 | 1D | 3 | 0 | 2A | BA | 11 | 32 |
| Octal | 152 | 221 | 225 | 35 | 3 | 0 | 52 | 272 | 21 | 62 |
| Binary | 1101010 | 10010001 | 10010101 | 11101 | 11 | 0 | 101010 | 10111010 | 10001 | 110010 |
Color Harmonies of #6A9195
Complementary color
Monochromatic Colors of #6A9195
Black with #6A9195
Text Example
Text Example
White with #6A9195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9195; }
p { color: rgb(106,145,149); }
H1.HeaderClassName
{
color: #6A9195;
}
.AnyTagClassName
{
color: #6A9195;
}
</style>
background-color css
<style>
a { background-color: #6A9195; }
a { background-color: rgb(106,145,149); }
div.DivClassName
{
background-color: #6A9195;
}
.BgClassName
{
background-color: #6A9195;
}
</style>
border-color css
<style>
span { border-color: #6A9195; }
span { border-color: rgb(106,145,149); }
td.TdClassName
{
border-color: #6A9195;
}
.TagClassName
{
border-color: #6A9195;
}
</style>