Shades of Gothic #63848A
Tints of Gothic #63848A
RGB
CMYK
RGB Variations
Color information
#63848A (or 0x63848A) is known color: Gothic. HEX triplet: 63, 84 and 8A. RGB value is (99,132,138). Sum of RGB (Red+Green+Blue) = 99+132+138=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 138 - color contains mainly: blue. Hex color #63848A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63848A is #9C7B75. Grayscale: #7A7A7A. Windows color (decimal): -10255222 or 9077859. OLE color: 9077859.
HSL color Cylindrical-coordinate representation of color #63848A: hue angle of 189.23º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63848A is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 132 | 138 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.46 |
| HSL | 189.23º | 0.16% | 0.46% | - |
| HSV(B) | 189.23º | 0.28% | 0.54% | - |
| XYZ | 17.98 | 20.99 | 27.15 | - |
| YUV | 122.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 132 | 138 | 0.28 | 0.04 | 0 | 0.46 | 189.23 | 0.16 | 0.46 |
| Hex | 63 | 84 | 8A | 1C | 4 | 0 | 2E | BD | 10 | 2E |
| Octal | 143 | 204 | 212 | 34 | 4 | 0 | 56 | 275 | 20 | 56 |
| Binary | 1100011 | 10000100 | 10001010 | 11100 | 100 | 0 | 101110 | 10111101 | 10000 | 101110 |
Color Harmonies of #63848A
Complementary color
Monochromatic Colors of #63848A
Black with #63848A
Text Example
Text Example
White with #63848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63848A; }
p { color: rgb(99,132,138); }
H1.HeaderClassName
{
color: #63848A;
}
.AnyTagClassName
{
color: #63848A;
}
</style>
background-color css
<style>
a { background-color: #63848A; }
a { background-color: rgb(99,132,138); }
div.DivClassName
{
background-color: #63848A;
}
.BgClassName
{
background-color: #63848A;
}
</style>
border-color css
<style>
span { border-color: #63848A; }
span { border-color: rgb(99,132,138); }
td.TdClassName
{
border-color: #63848A;
}
.TagClassName
{
border-color: #63848A;
}
</style>