Shades of Patina #63998B
Tints of Patina #63998B
RGB
CMYK
RGB Variations
Color information
#63998B (or 0x63998B) is known color: Patina. HEX triplet: 63, 99 and 8B. RGB value is (99,153,139). Sum of RGB (Red+Green+Blue) = 99+153+139=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #63998B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63998B is #9C6674. Grayscale: #878787. Windows color (decimal): -10249845 or 9148771. OLE color: 9148771.
HSL color Cylindrical-coordinate representation of color #63998B: hue angle of 164.44º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #63998B is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 153 | 139 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.4 |
| HSL | 164.44º | 0.21% | 0.49% | - |
| HSV(B) | 164.44º | 0.35% | 0.6% | - |
| XYZ | 21.2 | 27.3 | 28.58 | - |
| YUV | 135.26 | 130.11 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 153 | 139 | 0.35 | 0 | 0.09 | 0.4 | 164.44 | 0.21 | 0.49 |
| Hex | 63 | 99 | 8B | 23 | 0 | 9 | 28 | A4 | 15 | 31 |
| Octal | 143 | 231 | 213 | 43 | 0 | 11 | 50 | 244 | 25 | 61 |
| Binary | 1100011 | 10011001 | 10001011 | 100011 | 0 | 1001 | 101000 | 10100100 | 10101 | 110001 |
Color Harmonies of #63998B
Complementary color
Monochromatic Colors of #63998B
Black with #63998B
Text Example
Text Example
White with #63998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63998B; }
p { color: rgb(99,153,139); }
H1.HeaderClassName
{
color: #63998B;
}
.AnyTagClassName
{
color: #63998B;
}
</style>
background-color css
<style>
a { background-color: #63998B; }
a { background-color: rgb(99,153,139); }
div.DivClassName
{
background-color: #63998B;
}
.BgClassName
{
background-color: #63998B;
}
</style>
border-color css
<style>
span { border-color: #63998B; }
span { border-color: rgb(99,153,139); }
td.TdClassName
{
border-color: #63998B;
}
.TagClassName
{
border-color: #63998B;
}
</style>