Shades of Gothic #6B9399
Tints of Gothic #6B9399
RGB
CMYK
RGB Variations
Color information
#6B9399 (or 0x6B9399) is known color: Gothic. HEX triplet: 6B, 93 and 99. RGB value is (107,147,153). Sum of RGB (Red+Green+Blue) = 107+147+153=407 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.29% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 153 - color contains mainly: blue. Hex color #6B9399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9399 is #946C66. Grayscale: #878787. Windows color (decimal): -9727079 or 10064747. OLE color: 10064747.
HSL color Cylindrical-coordinate representation of color #6B9399: hue angle of 187.83º 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 #6B9399 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 107 | 147 | 153 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.4 |
| HSL | 187.83º | 0.18% | 0.51% | - |
| HSV(B) | 187.83º | 0.3% | 0.6% | - |
| XYZ | 22.25 | 26.29 | 34.04 | - |
| YUV | 135.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 147 | 153 | 0.30 | 0.04 | 0 | 0.4 | 187.83 | 0.18 | 0.51 |
| Hex | 6B | 93 | 99 | 1E | 4 | 0 | 28 | BC | 12 | 33 |
| Octal | 153 | 223 | 231 | 36 | 4 | 0 | 50 | 274 | 22 | 63 |
| Binary | 1101011 | 10010011 | 10011001 | 11110 | 100 | 0 | 101000 | 10111100 | 10010 | 110011 |
Color Harmonies of #6B9399
Complementary color
Monochromatic Colors of #6B9399
Black with #6B9399
Text Example
Text Example
White with #6B9399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9399; }
p { color: rgb(107,147,153); }
H1.HeaderClassName
{
color: #6B9399;
}
.AnyTagClassName
{
color: #6B9399;
}
</style>
background-color css
<style>
a { background-color: #6B9399; }
a { background-color: rgb(107,147,153); }
div.DivClassName
{
background-color: #6B9399;
}
.BgClassName
{
background-color: #6B9399;
}
</style>
border-color css
<style>
span { border-color: #6B9399; }
span { border-color: rgb(107,147,153); }
td.TdClassName
{
border-color: #6B9399;
}
.TagClassName
{
border-color: #6B9399;
}
</style>