Shades of Gothic #6D8289
Tints of Gothic #6D8289
RGB
CMYK
RGB Variations
Color information
#6D8289 (or 0x6D8289) is known color: Gothic. HEX triplet: 6D, 82 and 89. RGB value is (109,130,137). Sum of RGB (Red+Green+Blue) = 109+130+137=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 137 - color contains mainly: blue. Hex color #6D8289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8289 is #927D76. Grayscale: #7C7C7C. Windows color (decimal): -9600375 or 9011821. OLE color: 9011821.
HSL color Cylindrical-coordinate representation of color #6D8289: hue angle of 195º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D8289 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 130 | 137 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.46 |
| HSL | 195º | 0.11% | 0.48% | - |
| HSV(B) | 195º | 0.2% | 0.54% | - |
| XYZ | 18.8 | 21.02 | 26.73 | - |
| YUV | 124.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 130 | 137 | 0.20 | 0.05 | 0 | 0.46 | 195 | 0.11 | 0.48 |
| Hex | 6D | 82 | 89 | 14 | 5 | 0 | 2E | C3 | B | 30 |
| Octal | 155 | 202 | 211 | 24 | 5 | 0 | 56 | 303 | 13 | 60 |
| Binary | 1101101 | 10000010 | 10001001 | 10100 | 101 | 0 | 101110 | 11000011 | 1011 | 110000 |
Color Harmonies of #6D8289
Complementary color
Monochromatic Colors of #6D8289
Black with #6D8289
Text Example
Text Example
White with #6D8289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8289; }
p { color: rgb(109,130,137); }
H1.HeaderClassName
{
color: #6D8289;
}
.AnyTagClassName
{
color: #6D8289;
}
</style>
background-color css
<style>
a { background-color: #6D8289; }
a { background-color: rgb(109,130,137); }
div.DivClassName
{
background-color: #6D8289;
}
.BgClassName
{
background-color: #6D8289;
}
</style>
border-color css
<style>
span { border-color: #6D8289; }
span { border-color: rgb(109,130,137); }
td.TdClassName
{
border-color: #6D8289;
}
.TagClassName
{
border-color: #6D8289;
}
</style>