Shades of Gothic #6A9199
Tints of Gothic #6A9199
RGB
CMYK
RGB Variations
Color information
#6A9199 (or 0x6A9199) is known color: Gothic. HEX triplet: 6A, 91 and 99. RGB value is (106,145,153). Sum of RGB (Red+Green+Blue) = 106+145+153=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A9199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9199 is #956E66. Grayscale: #868686. Windows color (decimal): -9793127 or 10064234. OLE color: 10064234.
HSL color Cylindrical-coordinate representation of color #6A9199: hue angle of 190.21º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A9199 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 106 | 145 | 153 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.4 |
| HSL | 190.21º | 0.19% | 0.51% | - |
| HSV(B) | 190.21º | 0.31% | 0.6% | - |
| XYZ | 21.82 | 25.61 | 33.93 | - |
| YUV | 134.25 | 138.58 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 145 | 153 | 0.31 | 0.05 | 0 | 0.4 | 190.21 | 0.19 | 0.51 |
| Hex | 6A | 91 | 99 | 1F | 5 | 0 | 28 | BE | 13 | 33 |
| Octal | 152 | 221 | 231 | 37 | 5 | 0 | 50 | 276 | 23 | 63 |
| Binary | 1101010 | 10010001 | 10011001 | 11111 | 101 | 0 | 101000 | 10111110 | 10011 | 110011 |
Color Harmonies of #6A9199
Complementary color
Monochromatic Colors of #6A9199
Black with #6A9199
Text Example
Text Example
White with #6A9199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9199; }
p { color: rgb(106,145,153); }
H1.HeaderClassName
{
color: #6A9199;
}
.AnyTagClassName
{
color: #6A9199;
}
</style>
background-color css
<style>
a { background-color: #6A9199; }
a { background-color: rgb(106,145,153); }
div.DivClassName
{
background-color: #6A9199;
}
.BgClassName
{
background-color: #6A9199;
}
</style>
border-color css
<style>
span { border-color: #6A9199; }
span { border-color: rgb(106,145,153); }
td.TdClassName
{
border-color: #6A9199;
}
.TagClassName
{
border-color: #6A9199;
}
</style>