Shades of Gothic #63888A
Tints of Gothic #63888A
RGB
CMYK
RGB Variations
Color information
#63888A (or 0x63888A) is known color: Gothic. HEX triplet: 63, 88 and 8A. RGB value is (99,136,138). Sum of RGB (Red+Green+Blue) = 99+136+138=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 138 - color contains mainly: blue. Hex color #63888A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63888A is #9C7775. Grayscale: #7D7D7D. Windows color (decimal): -10254198 or 9078883. OLE color: 9078883.
HSL color Cylindrical-coordinate representation of color #63888A: hue angle of 183.08º 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 #63888A is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 136 | 138 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.46 |
| HSL | 183.08º | 0.16% | 0.46% | - |
| HSV(B) | 183.08º | 0.28% | 0.54% | - |
| XYZ | 18.54 | 22.1 | 27.33 | - |
| YUV | 125.17 | 135.24 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 136 | 138 | 0.28 | 0.01 | 0 | 0.46 | 183.08 | 0.16 | 0.46 |
| Hex | 63 | 88 | 8A | 1C | 1 | 0 | 2E | B7 | 10 | 2E |
| Octal | 143 | 210 | 212 | 34 | 1 | 0 | 56 | 267 | 20 | 56 |
| Binary | 1100011 | 10001000 | 10001010 | 11100 | 1 | 0 | 101110 | 10110111 | 10000 | 101110 |
Color Harmonies of #63888A
Complementary color
Monochromatic Colors of #63888A
Black with #63888A
Text Example
Text Example
White with #63888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63888A; }
p { color: rgb(99,136,138); }
H1.HeaderClassName
{
color: #63888A;
}
.AnyTagClassName
{
color: #63888A;
}
</style>
background-color css
<style>
a { background-color: #63888A; }
a { background-color: rgb(99,136,138); }
div.DivClassName
{
background-color: #63888A;
}
.BgClassName
{
background-color: #63888A;
}
</style>
border-color css
<style>
span { border-color: #63888A; }
span { border-color: rgb(99,136,138); }
td.TdClassName
{
border-color: #63888A;
}
.TagClassName
{
border-color: #63888A;
}
</style>