Shades of Gothic #6D939C
Tints of Gothic #6D939C
RGB
CMYK
RGB Variations
Color information
#6D939C (or 0x6D939C) is known color: Gothic. HEX triplet: 6D, 93 and 9C. RGB value is (109,147,156). Sum of RGB (Red+Green+Blue) = 109+147+156=412 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.46% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D939C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D939C is #926C63. Grayscale: #888888. Windows color (decimal): -9596004 or 10261357. OLE color: 10261357.
HSL color Cylindrical-coordinate representation of color #6D939C: hue angle of 191.49º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D939C is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 147 | 156 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.39 |
| HSL | 191.49º | 0.19% | 0.52% | - |
| HSV(B) | 191.49º | 0.3% | 0.61% | - |
| XYZ | 22.74 | 26.52 | 35.37 | - |
| YUV | 136.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 147 | 156 | 0.30 | 0.06 | 0 | 0.39 | 191.49 | 0.19 | 0.52 |
| Hex | 6D | 93 | 9C | 1E | 6 | 0 | 27 | BF | 13 | 34 |
| Octal | 155 | 223 | 234 | 36 | 6 | 0 | 47 | 277 | 23 | 64 |
| Binary | 1101101 | 10010011 | 10011100 | 11110 | 110 | 0 | 100111 | 10111111 | 10011 | 110100 |
Color Harmonies of #6D939C
Complementary color
Monochromatic Colors of #6D939C
Black with #6D939C
Text Example
Text Example
White with #6D939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D939C; }
p { color: rgb(109,147,156); }
H1.HeaderClassName
{
color: #6D939C;
}
.AnyTagClassName
{
color: #6D939C;
}
</style>
background-color css
<style>
a { background-color: #6D939C; }
a { background-color: rgb(109,147,156); }
div.DivClassName
{
background-color: #6D939C;
}
.BgClassName
{
background-color: #6D939C;
}
</style>
border-color css
<style>
span { border-color: #6D939C; }
span { border-color: rgb(109,147,156); }
td.TdClassName
{
border-color: #6D939C;
}
.TagClassName
{
border-color: #6D939C;
}
</style>