Shades of Gothic #6D8892
Tints of Gothic #6D8892
RGB
CMYK
RGB Variations
Color information
#6D8892 (or 0x6D8892) is known color: Gothic. HEX triplet: 6D, 88 and 92. RGB value is (109,136,146). Sum of RGB (Red+Green+Blue) = 109+136+146=391 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.88% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D8892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8892 is #92776D. Grayscale: #818181. Windows color (decimal): -9598830 or 9603181. OLE color: 9603181.
HSL color Cylindrical-coordinate representation of color #6D8892: hue angle of 196.22º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D8892 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 136 | 146 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.43 |
| HSL | 196.22º | 0.15% | 0.5% | - |
| HSV(B) | 196.22º | 0.25% | 0.57% | - |
| XYZ | 20.3 | 22.93 | 30.55 | - |
| YUV | 129.07 | 137.55 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 136 | 146 | 0.25 | 0.07 | 0 | 0.43 | 196.22 | 0.15 | 0.5 |
| Hex | 6D | 88 | 92 | 19 | 7 | 0 | 2B | C4 | F | 32 |
| Octal | 155 | 210 | 222 | 31 | 7 | 0 | 53 | 304 | 17 | 62 |
| Binary | 1101101 | 10001000 | 10010010 | 11001 | 111 | 0 | 101011 | 11000100 | 1111 | 110010 |
Color Harmonies of #6D8892
Complementary color
Monochromatic Colors of #6D8892
Black with #6D8892
Text Example
Text Example
White with #6D8892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8892; }
p { color: rgb(109,136,146); }
H1.HeaderClassName
{
color: #6D8892;
}
.AnyTagClassName
{
color: #6D8892;
}
</style>
background-color css
<style>
a { background-color: #6D8892; }
a { background-color: rgb(109,136,146); }
div.DivClassName
{
background-color: #6D8892;
}
.BgClassName
{
background-color: #6D8892;
}
</style>
border-color css
<style>
span { border-color: #6D8892; }
span { border-color: rgb(109,136,146); }
td.TdClassName
{
border-color: #6D8892;
}
.TagClassName
{
border-color: #6D8892;
}
</style>