Shades of Gothic #6D8287
Tints of Gothic #6D8287
RGB
CMYK
RGB Variations
Color information
#6D8287 (or 0x6D8287) is known color: Gothic. HEX triplet: 6D, 82 and 87. RGB value is (109,130,135). Sum of RGB (Red+Green+Blue) = 109+130+135=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 135 - color contains mainly: blue. Hex color #6D8287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8287 is #927D78. Grayscale: #7C7C7C. Windows color (decimal): -9600377 or 8880749. OLE color: 8880749.
HSL color Cylindrical-coordinate representation of color #6D8287: hue angle of 191.54º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6D8287 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 130 | 135 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.47 |
| HSL | 191.54º | 0.11% | 0.48% | - |
| HSV(B) | 191.54º | 0.19% | 0.53% | - |
| XYZ | 18.66 | 20.97 | 25.98 | - |
| YUV | 124.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 130 | 135 | 0.19 | 0.04 | 0 | 0.47 | 191.54 | 0.11 | 0.48 |
| Hex | 6D | 82 | 87 | 13 | 4 | 0 | 2F | C0 | B | 30 |
| Octal | 155 | 202 | 207 | 23 | 4 | 0 | 57 | 300 | 13 | 60 |
| Binary | 1101101 | 10000010 | 10000111 | 10011 | 100 | 0 | 101111 | 11000000 | 1011 | 110000 |
Color Harmonies of #6D8287
Complementary color
Monochromatic Colors of #6D8287
Black with #6D8287
Text Example
Text Example
White with #6D8287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8287; }
p { color: rgb(109,130,135); }
H1.HeaderClassName
{
color: #6D8287;
}
.AnyTagClassName
{
color: #6D8287;
}
</style>
background-color css
<style>
a { background-color: #6D8287; }
a { background-color: rgb(109,130,135); }
div.DivClassName
{
background-color: #6D8287;
}
.BgClassName
{
background-color: #6D8287;
}
</style>
border-color css
<style>
span { border-color: #6D8287; }
span { border-color: rgb(109,130,135); }
td.TdClassName
{
border-color: #6D8287;
}
.TagClassName
{
border-color: #6D8287;
}
</style>