Shades of Gothic #6D8790
Tints of Gothic #6D8790
RGB
CMYK
RGB Variations
Color information
#6D8790 (or 0x6D8790) is known color: Gothic. HEX triplet: 6D, 87 and 90. RGB value is (109,135,144). Sum of RGB (Red+Green+Blue) = 109+135+144=388 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.09% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 144 - color contains mainly: blue. Hex color #6D8790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8790 is #92786F. Grayscale: #808080. Windows color (decimal): -9599088 or 9471853. OLE color: 9471853.
HSL color Cylindrical-coordinate representation of color #6D8790: hue angle of 195.43º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D8790 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 135 | 144 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.44 |
| HSL | 195.43º | 0.14% | 0.5% | - |
| HSV(B) | 195.43º | 0.24% | 0.56% | - |
| XYZ | 20 | 22.59 | 29.69 | - |
| YUV | 128.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 135 | 144 | 0.24 | 0.06 | 0 | 0.44 | 195.43 | 0.14 | 0.5 |
| Hex | 6D | 87 | 90 | 18 | 6 | 0 | 2C | C3 | E | 32 |
| Octal | 155 | 207 | 220 | 30 | 6 | 0 | 54 | 303 | 16 | 62 |
| Binary | 1101101 | 10000111 | 10010000 | 11000 | 110 | 0 | 101100 | 11000011 | 1110 | 110010 |
Color Harmonies of #6D8790
Complementary color
Monochromatic Colors of #6D8790
Black with #6D8790
Text Example
Text Example
White with #6D8790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8790; }
p { color: rgb(109,135,144); }
H1.HeaderClassName
{
color: #6D8790;
}
.AnyTagClassName
{
color: #6D8790;
}
</style>
background-color css
<style>
a { background-color: #6D8790; }
a { background-color: rgb(109,135,144); }
div.DivClassName
{
background-color: #6D8790;
}
.BgClassName
{
background-color: #6D8790;
}
</style>
border-color css
<style>
span { border-color: #6D8790; }
span { border-color: rgb(109,135,144); }
td.TdClassName
{
border-color: #6D8790;
}
.TagClassName
{
border-color: #6D8790;
}
</style>