Shades of Gothic #6C8E94
Tints of Gothic #6C8E94
RGB
CMYK
RGB Variations
Color information
#6C8E94 (or 0x6C8E94) is known color: Gothic. HEX triplet: 6C, 8E and 94. RGB value is (108,142,148). Sum of RGB (Red+Green+Blue) = 108+142+148=398 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.14% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 148 - color contains mainly: blue. Hex color #6C8E94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8E94 is #93716B. Grayscale: #848484. Windows color (decimal): -9662828 or 9735788. OLE color: 9735788.
HSL color Cylindrical-coordinate representation of color #6C8E94: hue angle of 189º 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 #6C8E94 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 142 | 148 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.42 |
| HSL | 189º | 0.16% | 0.5% | - |
| HSV(B) | 189º | 0.27% | 0.58% | - |
| XYZ | 21.2 | 24.67 | 31.66 | - |
| YUV | 132.52 | 136.74 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 142 | 148 | 0.27 | 0.04 | 0 | 0.42 | 189 | 0.16 | 0.5 |
| Hex | 6C | 8E | 94 | 1B | 4 | 0 | 2A | BD | 10 | 32 |
| Octal | 154 | 216 | 224 | 33 | 4 | 0 | 52 | 275 | 20 | 62 |
| Binary | 1101100 | 10001110 | 10010100 | 11011 | 100 | 0 | 101010 | 10111101 | 10000 | 110010 |
Color Harmonies of #6C8E94
Complementary color
Monochromatic Colors of #6C8E94
Black with #6C8E94
Text Example
Text Example
White with #6C8E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8E94; }
p { color: rgb(108,142,148); }
H1.HeaderClassName
{
color: #6C8E94;
}
.AnyTagClassName
{
color: #6C8E94;
}
</style>
background-color css
<style>
a { background-color: #6C8E94; }
a { background-color: rgb(108,142,148); }
div.DivClassName
{
background-color: #6C8E94;
}
.BgClassName
{
background-color: #6C8E94;
}
</style>
border-color css
<style>
span { border-color: #6C8E94; }
span { border-color: rgb(108,142,148); }
td.TdClassName
{
border-color: #6C8E94;
}
.TagClassName
{
border-color: #6C8E94;
}
</style>