Shades of Gothic #63878D
Tints of Gothic #63878D
RGB
CMYK
RGB Variations
Color information
#63878D (or 0x63878D) is known color: Gothic. HEX triplet: 63, 87 and 8D. RGB value is (99,135,141). Sum of RGB (Red+Green+Blue) = 99+135+141=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 141 - color contains mainly: blue. Hex color #63878D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63878D is #9C7872. Grayscale: #7C7C7C. Windows color (decimal): -10254451 or 9275235. OLE color: 9275235.
HSL color Cylindrical-coordinate representation of color #63878D: hue angle of 188.57º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63878D is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 135 | 141 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.45 |
| HSL | 188.57º | 0.18% | 0.47% | - |
| HSV(B) | 188.57º | 0.3% | 0.55% | - |
| XYZ | 18.62 | 21.9 | 28.45 | - |
| YUV | 124.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 135 | 141 | 0.30 | 0.04 | 0 | 0.45 | 188.57 | 0.18 | 0.47 |
| Hex | 63 | 87 | 8D | 1E | 4 | 0 | 2D | BD | 12 | 2F |
| Octal | 143 | 207 | 215 | 36 | 4 | 0 | 55 | 275 | 22 | 57 |
| Binary | 1100011 | 10000111 | 10001101 | 11110 | 100 | 0 | 101101 | 10111101 | 10010 | 101111 |
Color Harmonies of #63878D
Complementary color
Monochromatic Colors of #63878D
Black with #63878D
Text Example
Text Example
White with #63878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63878D; }
p { color: rgb(99,135,141); }
H1.HeaderClassName
{
color: #63878D;
}
.AnyTagClassName
{
color: #63878D;
}
</style>
background-color css
<style>
a { background-color: #63878D; }
a { background-color: rgb(99,135,141); }
div.DivClassName
{
background-color: #63878D;
}
.BgClassName
{
background-color: #63878D;
}
</style>
border-color css
<style>
span { border-color: #63878D; }
span { border-color: rgb(99,135,141); }
td.TdClassName
{
border-color: #63878D;
}
.TagClassName
{
border-color: #63878D;
}
</style>