Shades of Gothic #63898A
Tints of Gothic #63898A
RGB
CMYK
RGB Variations
Color information
#63898A (or 0x63898A) is known color: Gothic. HEX triplet: 63, 89 and 8A. RGB value is (99,137,138). Sum of RGB (Red+Green+Blue) = 99+137+138=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 138 - color contains mainly: blue. Hex color #63898A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63898A is #9C7675. Grayscale: #7D7D7D. Windows color (decimal): -10253942 or 9079139. OLE color: 9079139.
HSL color Cylindrical-coordinate representation of color #63898A: hue angle of 181.54º 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 #63898A is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 137 | 138 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.46 |
| HSL | 181.54º | 0.16% | 0.46% | - |
| HSV(B) | 181.54º | 0.28% | 0.54% | - |
| XYZ | 18.68 | 22.38 | 27.38 | - |
| YUV | 125.75 | 134.91 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 137 | 138 | 0.28 | 0.01 | 0 | 0.46 | 181.54 | 0.16 | 0.46 |
| Hex | 63 | 89 | 8A | 1C | 1 | 0 | 2E | B6 | 10 | 2E |
| Octal | 143 | 211 | 212 | 34 | 1 | 0 | 56 | 266 | 20 | 56 |
| Binary | 1100011 | 10001001 | 10001010 | 11100 | 1 | 0 | 101110 | 10110110 | 10000 | 101110 |
Color Harmonies of #63898A
Complementary color
Monochromatic Colors of #63898A
Black with #63898A
Text Example
Text Example
White with #63898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63898A; }
p { color: rgb(99,137,138); }
H1.HeaderClassName
{
color: #63898A;
}
.AnyTagClassName
{
color: #63898A;
}
</style>
background-color css
<style>
a { background-color: #63898A; }
a { background-color: rgb(99,137,138); }
div.DivClassName
{
background-color: #63898A;
}
.BgClassName
{
background-color: #63898A;
}
</style>
border-color css
<style>
span { border-color: #63898A; }
span { border-color: rgb(99,137,138); }
td.TdClassName
{
border-color: #63898A;
}
.TagClassName
{
border-color: #63898A;
}
</style>