Shades of Gothic #6E888F
Tints of Gothic #6E888F
RGB
CMYK
RGB Variations
Color information
#6E888F (or 0x6E888F) is known color: Gothic. HEX triplet: 6E, 88 and 8F. RGB value is (110,136,143). Sum of RGB (Red+Green+Blue) = 110+136+143=389 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.28% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 143 - color contains mainly: blue. Hex color #6E888F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E888F is #917770. Grayscale: #808080. Windows color (decimal): -9533297 or 9406574. OLE color: 9406574.
HSL color Cylindrical-coordinate representation of color #6E888F: hue angle of 192.73º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E888F is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 136 | 143 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.44 |
| HSL | 192.73º | 0.13% | 0.5% | - |
| HSV(B) | 192.73º | 0.23% | 0.56% | - |
| XYZ | 20.19 | 22.91 | 29.34 | - |
| YUV | 129.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 136 | 143 | 0.23 | 0.05 | 0 | 0.44 | 192.73 | 0.13 | 0.5 |
| Hex | 6E | 88 | 8F | 17 | 5 | 0 | 2C | C1 | D | 32 |
| Octal | 156 | 210 | 217 | 27 | 5 | 0 | 54 | 301 | 15 | 62 |
| Binary | 1101110 | 10001000 | 10001111 | 10111 | 101 | 0 | 101100 | 11000001 | 1101 | 110010 |
Color Harmonies of #6E888F
Complementary color
Monochromatic Colors of #6E888F
Black with #6E888F
Text Example
Text Example
White with #6E888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E888F; }
p { color: rgb(110,136,143); }
H1.HeaderClassName
{
color: #6E888F;
}
.AnyTagClassName
{
color: #6E888F;
}
</style>
background-color css
<style>
a { background-color: #6E888F; }
a { background-color: rgb(110,136,143); }
div.DivClassName
{
background-color: #6E888F;
}
.BgClassName
{
background-color: #6E888F;
}
</style>
border-color css
<style>
span { border-color: #6E888F; }
span { border-color: rgb(110,136,143); }
td.TdClassName
{
border-color: #6E888F;
}
.TagClassName
{
border-color: #6E888F;
}
</style>