Shades of Gothic #63858D
Tints of Gothic #63858D
RGB
CMYK
RGB Variations
Color information
#63858D (or 0x63858D) is known color: Gothic. HEX triplet: 63, 85 and 8D. RGB value is (99,133,141). Sum of RGB (Red+Green+Blue) = 99+133+141=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 141 - color contains mainly: blue. Hex color #63858D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63858D is #9C7A72. Grayscale: #7B7B7B. Windows color (decimal): -10254963 or 9274723. OLE color: 9274723.
HSL color Cylindrical-coordinate representation of color #63858D: hue angle of 191.43º 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 #63858D is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 133 | 141 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.45 |
| HSL | 191.43º | 0.18% | 0.47% | - |
| HSV(B) | 191.43º | 0.3% | 0.55% | - |
| XYZ | 18.34 | 21.35 | 28.35 | - |
| YUV | 123.75 | 137.74 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 133 | 141 | 0.30 | 0.06 | 0 | 0.45 | 191.43 | 0.18 | 0.47 |
| Hex | 63 | 85 | 8D | 1E | 6 | 0 | 2D | BF | 12 | 2F |
| Octal | 143 | 205 | 215 | 36 | 6 | 0 | 55 | 277 | 22 | 57 |
| Binary | 1100011 | 10000101 | 10001101 | 11110 | 110 | 0 | 101101 | 10111111 | 10010 | 101111 |
Color Harmonies of #63858D
Complementary color
Monochromatic Colors of #63858D
Black with #63858D
Text Example
Text Example
White with #63858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63858D; }
p { color: rgb(99,133,141); }
H1.HeaderClassName
{
color: #63858D;
}
.AnyTagClassName
{
color: #63858D;
}
</style>
background-color css
<style>
a { background-color: #63858D; }
a { background-color: rgb(99,133,141); }
div.DivClassName
{
background-color: #63858D;
}
.BgClassName
{
background-color: #63858D;
}
</style>
border-color css
<style>
span { border-color: #63858D; }
span { border-color: rgb(99,133,141); }
td.TdClassName
{
border-color: #63858D;
}
.TagClassName
{
border-color: #63858D;
}
</style>