Shades of Scampi #63549E
Tints of Scampi #63549E
RGB
CMYK
RGB Variations
Color information
#63549E (or 0x63549E) is known color: Scampi. HEX triplet: 63, 54 and 9E. RGB value is (99,84,158). Sum of RGB (Red+Green+Blue) = 99+84+158=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #63549E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63549E is #9CAB61. Grayscale: #606060. Windows color (decimal): -10267490 or 10376291. OLE color: 10376291.
HSL color Cylindrical-coordinate representation of color #63549E: hue angle of 252.16º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63549E is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 84 | 158 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.38 |
| HSL | 252.16º | 0.31% | 0.47% | - |
| HSV(B) | 252.16º | 0.47% | 0.62% | - |
| XYZ | 14.49 | 11.46 | 33.8 | - |
| YUV | 96.92 | 162.47 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 84 | 158 | 0.37 | 0.47 | 0 | 0.38 | 252.16 | 0.31 | 0.47 |
| Hex | 63 | 54 | 9E | 25 | 2F | 0 | 26 | FC | 1F | 2F |
| Octal | 143 | 124 | 236 | 45 | 57 | 0 | 46 | 374 | 37 | 57 |
| Binary | 1100011 | 1010100 | 10011110 | 100101 | 101111 | 0 | 100110 | 11111100 | 11111 | 101111 |
Color Harmonies of #63549E
Complementary color
Monochromatic Colors of #63549E
Black with #63549E
Text Example
Text Example
White with #63549E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63549E; }
p { color: rgb(99,84,158); }
H1.HeaderClassName
{
color: #63549E;
}
.AnyTagClassName
{
color: #63549E;
}
</style>
background-color css
<style>
a { background-color: #63549E; }
a { background-color: rgb(99,84,158); }
div.DivClassName
{
background-color: #63549E;
}
.BgClassName
{
background-color: #63549E;
}
</style>
border-color css
<style>
span { border-color: #63549E; }
span { border-color: rgb(99,84,158); }
td.TdClassName
{
border-color: #63549E;
}
.TagClassName
{
border-color: #63549E;
}
</style>