Shades of Gothic #6D949D
Tints of Gothic #6D949D
RGB
CMYK
RGB Variations
Color information
#6D949D (or 0x6D949D) is known color: Gothic. HEX triplet: 6D, 94 and 9D. RGB value is (109,148,157). Sum of RGB (Red+Green+Blue) = 109+148+157=414 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.33% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D949D is #926B62. Grayscale: #898989. Windows color (decimal): -9595747 or 10327149. OLE color: 10327149.
HSL color Cylindrical-coordinate representation of color #6D949D: hue angle of 191.25º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D949D is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 148 | 157 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.38 |
| HSL | 191.25º | 0.2% | 0.52% | - |
| HSV(B) | 191.25º | 0.31% | 0.62% | - |
| XYZ | 22.98 | 26.87 | 35.87 | - |
| YUV | 137.37 | 139.08 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 148 | 157 | 0.31 | 0.06 | 0 | 0.38 | 191.25 | 0.2 | 0.52 |
| Hex | 6D | 94 | 9D | 1F | 6 | 0 | 26 | BF | 14 | 34 |
| Octal | 155 | 224 | 235 | 37 | 6 | 0 | 46 | 277 | 24 | 64 |
| Binary | 1101101 | 10010100 | 10011101 | 11111 | 110 | 0 | 100110 | 10111111 | 10100 | 110100 |
Color Harmonies of #6D949D
Complementary color
Monochromatic Colors of #6D949D
Black with #6D949D
Text Example
Text Example
White with #6D949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D949D; }
p { color: rgb(109,148,157); }
H1.HeaderClassName
{
color: #6D949D;
}
.AnyTagClassName
{
color: #6D949D;
}
</style>
background-color css
<style>
a { background-color: #6D949D; }
a { background-color: rgb(109,148,157); }
div.DivClassName
{
background-color: #6D949D;
}
.BgClassName
{
background-color: #6D949D;
}
</style>
border-color css
<style>
span { border-color: #6D949D; }
span { border-color: rgb(109,148,157); }
td.TdClassName
{
border-color: #6D949D;
}
.TagClassName
{
border-color: #6D949D;
}
</style>