Shades of Gothic #6C8690
Tints of Gothic #6C8690
RGB
CMYK
RGB Variations
Color information
#6C8690 (or 0x6C8690) is known color: Gothic. HEX triplet: 6C, 86 and 90. RGB value is (108,134,144). Sum of RGB (Red+Green+Blue) = 108+134+144=386 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.98% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C8690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8690 is #93796F. Grayscale: #7F7F7F. Windows color (decimal): -9664880 or 9471596. OLE color: 9471596.
HSL color Cylindrical-coordinate representation of color #6C8690: hue angle of 196.67º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C8690 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 134 | 144 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.44 |
| HSL | 196.67º | 0.14% | 0.49% | - |
| HSV(B) | 196.67º | 0.25% | 0.56% | - |
| XYZ | 19.74 | 22.25 | 29.64 | - |
| YUV | 127.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 134 | 144 | 0.25 | 0.07 | 0 | 0.44 | 196.67 | 0.14 | 0.49 |
| Hex | 6C | 86 | 90 | 19 | 7 | 0 | 2C | C5 | E | 31 |
| Octal | 154 | 206 | 220 | 31 | 7 | 0 | 54 | 305 | 16 | 61 |
| Binary | 1101100 | 10000110 | 10010000 | 11001 | 111 | 0 | 101100 | 11000101 | 1110 | 110001 |
Color Harmonies of #6C8690
Complementary color
Monochromatic Colors of #6C8690
Black with #6C8690
Text Example
Text Example
White with #6C8690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8690; }
p { color: rgb(108,134,144); }
H1.HeaderClassName
{
color: #6C8690;
}
.AnyTagClassName
{
color: #6C8690;
}
</style>
background-color css
<style>
a { background-color: #6C8690; }
a { background-color: rgb(108,134,144); }
div.DivClassName
{
background-color: #6C8690;
}
.BgClassName
{
background-color: #6C8690;
}
</style>
border-color css
<style>
span { border-color: #6C8690; }
span { border-color: rgb(108,134,144); }
td.TdClassName
{
border-color: #6C8690;
}
.TagClassName
{
border-color: #6C8690;
}
</style>