Shades of Gothic #6F8486
Tints of Gothic #6F8486
RGB
CMYK
RGB Variations
Color information
#6F8486 (or 0x6F8486) is known color: Gothic. HEX triplet: 6F, 84 and 86. RGB value is (111,132,134). Sum of RGB (Red+Green+Blue) = 111+132+134=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 134 - color contains mainly: blue. Hex color #6F8486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8486 is #907B79. Grayscale: #7D7D7D. Windows color (decimal): -9468794 or 8815727. OLE color: 8815727.
HSL color Cylindrical-coordinate representation of color #6F8486: hue angle of 185.22º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F8486 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 132 | 134 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.47 |
| HSL | 185.22º | 0.09% | 0.48% | - |
| HSV(B) | 185.22º | 0.17% | 0.53% | - |
| XYZ | 19.11 | 21.6 | 25.72 | - |
| YUV | 125.95 | 132.54 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 132 | 134 | 0.17 | 0.01 | 0 | 0.47 | 185.22 | 0.09 | 0.48 |
| Hex | 6F | 84 | 86 | 11 | 1 | 0 | 2F | B9 | 9 | 30 |
| Octal | 157 | 204 | 206 | 21 | 1 | 0 | 57 | 271 | 11 | 60 |
| Binary | 1101111 | 10000100 | 10000110 | 10001 | 1 | 0 | 101111 | 10111001 | 1001 | 110000 |
Color Harmonies of #6F8486
Complementary color
Monochromatic Colors of #6F8486
Black with #6F8486
Text Example
Text Example
White with #6F8486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8486; }
p { color: rgb(111,132,134); }
H1.HeaderClassName
{
color: #6F8486;
}
.AnyTagClassName
{
color: #6F8486;
}
</style>
background-color css
<style>
a { background-color: #6F8486; }
a { background-color: rgb(111,132,134); }
div.DivClassName
{
background-color: #6F8486;
}
.BgClassName
{
background-color: #6F8486;
}
</style>
border-color css
<style>
span { border-color: #6F8486; }
span { border-color: rgb(111,132,134); }
td.TdClassName
{
border-color: #6F8486;
}
.TagClassName
{
border-color: #6F8486;
}
</style>