Shades of Gothic #6F8C8F
Tints of Gothic #6F8C8F
RGB
CMYK
RGB Variations
Color information
#6F8C8F (or 0x6F8C8F) is known color: Gothic. HEX triplet: 6F, 8C and 8F. RGB value is (111,140,143). Sum of RGB (Red+Green+Blue) = 111+140+143=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 143 - color contains mainly: blue. Hex color #6F8C8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8C8F is #907370. Grayscale: #838383. Windows color (decimal): -9466737 or 9407599. OLE color: 9407599.
HSL color Cylindrical-coordinate representation of color #6F8C8F: hue angle of 185.62º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F8C8F is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 140 | 143 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.44 |
| HSL | 185.63º | 0.13% | 0.5% | - |
| HSV(B) | 185.63º | 0.22% | 0.56% | - |
| XYZ | 20.89 | 24.12 | 29.54 | - |
| YUV | 131.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 140 | 143 | 0.22 | 0.02 | 0 | 0.44 | 185.63 | 0.13 | 0.5 |
| Hex | 6F | 8C | 8F | 16 | 2 | 0 | 2C | BA | D | 32 |
| Octal | 157 | 214 | 217 | 26 | 2 | 0 | 54 | 272 | 15 | 62 |
| Binary | 1101111 | 10001100 | 10001111 | 10110 | 10 | 0 | 101100 | 10111010 | 1101 | 110010 |
Color Harmonies of #6F8C8F
Complementary color
Monochromatic Colors of #6F8C8F
Black with #6F8C8F
Text Example
Text Example
White with #6F8C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8C8F; }
p { color: rgb(111,140,143); }
H1.HeaderClassName
{
color: #6F8C8F;
}
.AnyTagClassName
{
color: #6F8C8F;
}
</style>
background-color css
<style>
a { background-color: #6F8C8F; }
a { background-color: rgb(111,140,143); }
div.DivClassName
{
background-color: #6F8C8F;
}
.BgClassName
{
background-color: #6F8C8F;
}
</style>
border-color css
<style>
span { border-color: #6F8C8F; }
span { border-color: rgb(111,140,143); }
td.TdClassName
{
border-color: #6F8C8F;
}
.TagClassName
{
border-color: #6F8C8F;
}
</style>