Shades of Gothic #6C9194
Tints of Gothic #6C9194
RGB
CMYK
RGB Variations
Color information
#6C9194 (or 0x6C9194) is known color: Gothic. HEX triplet: 6C, 91 and 94. RGB value is (108,145,148). Sum of RGB (Red+Green+Blue) = 108+145+148=401 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.93% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 148 - color contains mainly: blue. Hex color #6C9194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9194 is #936E6B. Grayscale: #868686. Windows color (decimal): -9662060 or 9736556. OLE color: 9736556.
HSL color Cylindrical-coordinate representation of color #6C9194: hue angle of 184.5º 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 #6C9194 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 145 | 148 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.42 |
| HSL | 184.5º | 0.16% | 0.5% | - |
| HSV(B) | 184.5º | 0.27% | 0.58% | - |
| XYZ | 21.66 | 25.58 | 31.81 | - |
| YUV | 134.28 | 135.74 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 145 | 148 | 0.27 | 0.02 | 0 | 0.42 | 184.5 | 0.16 | 0.5 |
| Hex | 6C | 91 | 94 | 1B | 2 | 0 | 2A | B8 | 10 | 32 |
| Octal | 154 | 221 | 224 | 33 | 2 | 0 | 52 | 270 | 20 | 62 |
| Binary | 1101100 | 10010001 | 10010100 | 11011 | 10 | 0 | 101010 | 10111000 | 10000 | 110010 |
Color Harmonies of #6C9194
Complementary color
Monochromatic Colors of #6C9194
Black with #6C9194
Text Example
Text Example
White with #6C9194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9194; }
p { color: rgb(108,145,148); }
H1.HeaderClassName
{
color: #6C9194;
}
.AnyTagClassName
{
color: #6C9194;
}
</style>
background-color css
<style>
a { background-color: #6C9194; }
a { background-color: rgb(108,145,148); }
div.DivClassName
{
background-color: #6C9194;
}
.BgClassName
{
background-color: #6C9194;
}
</style>
border-color css
<style>
span { border-color: #6C9194; }
span { border-color: rgb(108,145,148); }
td.TdClassName
{
border-color: #6C9194;
}
.TagClassName
{
border-color: #6C9194;
}
</style>