Shades of Gothic #63878C
Tints of Gothic #63878C
RGB
CMYK
RGB Variations
Color information
#63878C (or 0x63878C) is known color: Gothic. HEX triplet: 63, 87 and 8C. RGB value is (99,135,140). Sum of RGB (Red+Green+Blue) = 99+135+140=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 140 - color contains mainly: blue. Hex color #63878C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63878C is #9C7873. Grayscale: #7C7C7C. Windows color (decimal): -10254452 or 9209699. OLE color: 9209699.
HSL color Cylindrical-coordinate representation of color #63878C: hue angle of 187.32º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #63878C is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 135 | 140 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.45 |
| HSL | 187.32º | 0.17% | 0.47% | - |
| HSV(B) | 187.32º | 0.29% | 0.55% | - |
| XYZ | 18.54 | 21.87 | 28.06 | - |
| YUV | 124.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 135 | 140 | 0.29 | 0.04 | 0 | 0.45 | 187.32 | 0.17 | 0.47 |
| Hex | 63 | 87 | 8C | 1D | 4 | 0 | 2D | BB | 11 | 2F |
| Octal | 143 | 207 | 214 | 35 | 4 | 0 | 55 | 273 | 21 | 57 |
| Binary | 1100011 | 10000111 | 10001100 | 11101 | 100 | 0 | 101101 | 10111011 | 10001 | 101111 |
Color Harmonies of #63878C
Complementary color
Monochromatic Colors of #63878C
Black with #63878C
Text Example
Text Example
White with #63878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63878C; }
p { color: rgb(99,135,140); }
H1.HeaderClassName
{
color: #63878C;
}
.AnyTagClassName
{
color: #63878C;
}
</style>
background-color css
<style>
a { background-color: #63878C; }
a { background-color: rgb(99,135,140); }
div.DivClassName
{
background-color: #63878C;
}
.BgClassName
{
background-color: #63878C;
}
</style>
border-color css
<style>
span { border-color: #63878C; }
span { border-color: rgb(99,135,140); }
td.TdClassName
{
border-color: #63878C;
}
.TagClassName
{
border-color: #63878C;
}
</style>