Shades of Gothic #6A9099
Tints of Gothic #6A9099
RGB
CMYK
RGB Variations
Color information
#6A9099 (or 0x6A9099) is known color: Gothic. HEX triplet: 6A, 90 and 99. RGB value is (106,144,153). Sum of RGB (Red+Green+Blue) = 106+144+153=403 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.30% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A9099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9099 is #956F66. Grayscale: #858585. Windows color (decimal): -9793383 or 10063978. OLE color: 10063978.
HSL color Cylindrical-coordinate representation of color #6A9099: hue angle of 191.49º 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 #6A9099 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 106 | 144 | 153 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.4 |
| HSL | 191.49º | 0.19% | 0.51% | - |
| HSV(B) | 191.49º | 0.31% | 0.6% | - |
| XYZ | 21.67 | 25.31 | 33.88 | - |
| YUV | 133.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 144 | 153 | 0.31 | 0.06 | 0 | 0.4 | 191.49 | 0.19 | 0.51 |
| Hex | 6A | 90 | 99 | 1F | 6 | 0 | 28 | BF | 13 | 33 |
| Octal | 152 | 220 | 231 | 37 | 6 | 0 | 50 | 277 | 23 | 63 |
| Binary | 1101010 | 10010000 | 10011001 | 11111 | 110 | 0 | 101000 | 10111111 | 10011 | 110011 |
Color Harmonies of #6A9099
Complementary color
Monochromatic Colors of #6A9099
Black with #6A9099
Text Example
Text Example
White with #6A9099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9099; }
p { color: rgb(106,144,153); }
H1.HeaderClassName
{
color: #6A9099;
}
.AnyTagClassName
{
color: #6A9099;
}
</style>
background-color css
<style>
a { background-color: #6A9099; }
a { background-color: rgb(106,144,153); }
div.DivClassName
{
background-color: #6A9099;
}
.BgClassName
{
background-color: #6A9099;
}
</style>
border-color css
<style>
span { border-color: #6A9099; }
span { border-color: rgb(106,144,153); }
td.TdClassName
{
border-color: #6A9099;
}
.TagClassName
{
border-color: #6A9099;
}
</style>