Shades of Gothic #6C9095
Tints of Gothic #6C9095
RGB
CMYK
RGB Variations
Color information
#6C9095 (or 0x6C9095) is known color: Gothic. HEX triplet: 6C, 90 and 95. RGB value is (108,144,149). Sum of RGB (Red+Green+Blue) = 108+144+149=401 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.93% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 149 - color contains mainly: blue. Hex color #6C9095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9095 is #936F6A. Grayscale: #858585. Windows color (decimal): -9662315 or 9801836. OLE color: 9801836.
HSL color Cylindrical-coordinate representation of color #6C9095: hue angle of 187.32º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C9095 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 144 | 149 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.42 |
| HSL | 187.32º | 0.16% | 0.5% | - |
| HSV(B) | 187.32º | 0.28% | 0.58% | - |
| XYZ | 21.58 | 25.3 | 32.18 | - |
| YUV | 133.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 144 | 149 | 0.28 | 0.03 | 0 | 0.42 | 187.32 | 0.16 | 0.5 |
| Hex | 6C | 90 | 95 | 1C | 3 | 0 | 2A | BB | 10 | 32 |
| Octal | 154 | 220 | 225 | 34 | 3 | 0 | 52 | 273 | 20 | 62 |
| Binary | 1101100 | 10010000 | 10010101 | 11100 | 11 | 0 | 101010 | 10111011 | 10000 | 110010 |
Color Harmonies of #6C9095
Complementary color
Monochromatic Colors of #6C9095
Black with #6C9095
Text Example
Text Example
White with #6C9095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9095; }
p { color: rgb(108,144,149); }
H1.HeaderClassName
{
color: #6C9095;
}
.AnyTagClassName
{
color: #6C9095;
}
</style>
background-color css
<style>
a { background-color: #6C9095; }
a { background-color: rgb(108,144,149); }
div.DivClassName
{
background-color: #6C9095;
}
.BgClassName
{
background-color: #6C9095;
}
</style>
border-color css
<style>
span { border-color: #6C9095; }
span { border-color: rgb(108,144,149); }
td.TdClassName
{
border-color: #6C9095;
}
.TagClassName
{
border-color: #6C9095;
}
</style>