Shades of Gothic #63868C
Tints of Gothic #63868C
RGB
CMYK
RGB Variations
Color information
#63868C (or 0x63868C) is known color: Gothic. HEX triplet: 63, 86 and 8C. RGB value is (99,134,140). Sum of RGB (Red+Green+Blue) = 99+134+140=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 140 - color contains mainly: blue. Hex color #63868C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63868C is #9C7973. Grayscale: #7C7C7C. Windows color (decimal): -10254708 or 9209443. OLE color: 9209443.
HSL color Cylindrical-coordinate representation of color #63868C: hue angle of 188.78º 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 #63868C is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 134 | 140 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.45 |
| HSL | 188.78º | 0.17% | 0.47% | - |
| HSV(B) | 188.78º | 0.29% | 0.55% | - |
| XYZ | 18.4 | 21.6 | 28.01 | - |
| YUV | 124.22 | 136.9 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 134 | 140 | 0.29 | 0.04 | 0 | 0.45 | 188.78 | 0.17 | 0.47 |
| Hex | 63 | 86 | 8C | 1D | 4 | 0 | 2D | BD | 11 | 2F |
| Octal | 143 | 206 | 214 | 35 | 4 | 0 | 55 | 275 | 21 | 57 |
| Binary | 1100011 | 10000110 | 10001100 | 11101 | 100 | 0 | 101101 | 10111101 | 10001 | 101111 |
Color Harmonies of #63868C
Complementary color
Monochromatic Colors of #63868C
Black with #63868C
Text Example
Text Example
White with #63868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63868C; }
p { color: rgb(99,134,140); }
H1.HeaderClassName
{
color: #63868C;
}
.AnyTagClassName
{
color: #63868C;
}
</style>
background-color css
<style>
a { background-color: #63868C; }
a { background-color: rgb(99,134,140); }
div.DivClassName
{
background-color: #63868C;
}
.BgClassName
{
background-color: #63868C;
}
</style>
border-color css
<style>
span { border-color: #63868C; }
span { border-color: rgb(99,134,140); }
td.TdClassName
{
border-color: #63868C;
}
.TagClassName
{
border-color: #63868C;
}
</style>