Shades of Gothic #6B9193
Tints of Gothic #6B9193
RGB
CMYK
RGB Variations
Color information
#6B9193 (or 0x6B9193) is known color: Gothic. HEX triplet: 6B, 91 and 93. RGB value is (107,145,147). Sum of RGB (Red+Green+Blue) = 107+145+147=399 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.82% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 147 - color contains mainly: blue. Hex color #6B9193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9193 is #946E6C. Grayscale: #858585. Windows color (decimal): -9727597 or 9671019. OLE color: 9671019.
HSL color Cylindrical-coordinate representation of color #6B9193: hue angle of 183º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B9193 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 145 | 147 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.42 |
| HSL | 183º | 0.16% | 0.5% | - |
| HSV(B) | 183º | 0.27% | 0.58% | - |
| XYZ | 21.46 | 25.48 | 31.39 | - |
| YUV | 133.87 | 135.41 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 145 | 147 | 0.27 | 0.01 | 0 | 0.42 | 183 | 0.16 | 0.5 |
| Hex | 6B | 91 | 93 | 1B | 1 | 0 | 2A | B7 | 10 | 32 |
| Octal | 153 | 221 | 223 | 33 | 1 | 0 | 52 | 267 | 20 | 62 |
| Binary | 1101011 | 10010001 | 10010011 | 11011 | 1 | 0 | 101010 | 10110111 | 10000 | 110010 |
Color Harmonies of #6B9193
Complementary color
Monochromatic Colors of #6B9193
Black with #6B9193
Text Example
Text Example
White with #6B9193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9193; }
p { color: rgb(107,145,147); }
H1.HeaderClassName
{
color: #6B9193;
}
.AnyTagClassName
{
color: #6B9193;
}
</style>
background-color css
<style>
a { background-color: #6B9193; }
a { background-color: rgb(107,145,147); }
div.DivClassName
{
background-color: #6B9193;
}
.BgClassName
{
background-color: #6B9193;
}
</style>
border-color css
<style>
span { border-color: #6B9193; }
span { border-color: rgb(107,145,147); }
td.TdClassName
{
border-color: #6B9193;
}
.TagClassName
{
border-color: #6B9193;
}
</style>