Shades of Gothic #6C8A94
Tints of Gothic #6C8A94
RGB
CMYK
RGB Variations
Color information
#6C8A94 (or 0x6C8A94) is known color: Gothic. HEX triplet: 6C, 8A and 94. RGB value is (108,138,148). Sum of RGB (Red+Green+Blue) = 108+138+148=394 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.41% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 148 - color contains mainly: blue. Hex color #6C8A94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8A94 is #93756B. Grayscale: #828282. Windows color (decimal): -9663852 or 9734764. OLE color: 9734764.
HSL color Cylindrical-coordinate representation of color #6C8A94: hue angle of 195º 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 #6C8A94 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 138 | 148 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.42 |
| HSL | 195º | 0.16% | 0.5% | - |
| HSV(B) | 195º | 0.27% | 0.58% | - |
| XYZ | 20.62 | 23.5 | 31.47 | - |
| YUV | 130.17 | 138.06 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 138 | 148 | 0.27 | 0.07 | 0 | 0.42 | 195 | 0.16 | 0.5 |
| Hex | 6C | 8A | 94 | 1B | 7 | 0 | 2A | C3 | 10 | 32 |
| Octal | 154 | 212 | 224 | 33 | 7 | 0 | 52 | 303 | 20 | 62 |
| Binary | 1101100 | 10001010 | 10010100 | 11011 | 111 | 0 | 101010 | 11000011 | 10000 | 110010 |
Color Harmonies of #6C8A94
Complementary color
Monochromatic Colors of #6C8A94
Black with #6C8A94
Text Example
Text Example
White with #6C8A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8A94; }
p { color: rgb(108,138,148); }
H1.HeaderClassName
{
color: #6C8A94;
}
.AnyTagClassName
{
color: #6C8A94;
}
</style>
background-color css
<style>
a { background-color: #6C8A94; }
a { background-color: rgb(108,138,148); }
div.DivClassName
{
background-color: #6C8A94;
}
.BgClassName
{
background-color: #6C8A94;
}
</style>
border-color css
<style>
span { border-color: #6C8A94; }
span { border-color: rgb(108,138,148); }
td.TdClassName
{
border-color: #6C8A94;
}
.TagClassName
{
border-color: #6C8A94;
}
</style>