Shades of Gothic #6B9198
Tints of Gothic #6B9198
RGB
CMYK
RGB Variations
Color information
#6B9198 (or 0x6B9198) is known color: Gothic. HEX triplet: 6B, 91 and 98. RGB value is (107,145,152). Sum of RGB (Red+Green+Blue) = 107+145+152=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 152 - color contains mainly: blue. Hex color #6B9198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9198 is #946E67. Grayscale: #868686. Windows color (decimal): -9727592 or 9998699. OLE color: 9998699.
HSL color Cylindrical-coordinate representation of color #6B9198: hue angle of 189.33º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B9198 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 145 | 152 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.40 |
| HSL | 189.33º | 0.18% | 0.51% | - |
| HSV(B) | 189.33º | 0.3% | 0.6% | - |
| XYZ | 21.86 | 25.64 | 33.5 | - |
| YUV | 134.44 | 137.91 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 145 | 152 | 0.30 | 0.05 | 0 | 0.40 | 189.33 | 0.18 | 0.51 |
| Hex | 6B | 91 | 98 | 1E | 5 | 0 | 28 | BD | 12 | 33 |
| Octal | 153 | 221 | 230 | 36 | 5 | 0 | 50 | 275 | 22 | 63 |
| Binary | 1101011 | 10010001 | 10011000 | 11110 | 101 | 0 | 101000 | 10111101 | 10010 | 110011 |
Color Harmonies of #6B9198
Complementary color
Monochromatic Colors of #6B9198
Black with #6B9198
Text Example
Text Example
White with #6B9198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9198; }
p { color: rgb(107,145,152); }
H1.HeaderClassName
{
color: #6B9198;
}
.AnyTagClassName
{
color: #6B9198;
}
</style>
background-color css
<style>
a { background-color: #6B9198; }
a { background-color: rgb(107,145,152); }
div.DivClassName
{
background-color: #6B9198;
}
.BgClassName
{
background-color: #6B9198;
}
</style>
border-color css
<style>
span { border-color: #6B9198; }
span { border-color: rgb(107,145,152); }
td.TdClassName
{
border-color: #6B9198;
}
.TagClassName
{
border-color: #6B9198;
}
</style>