Shades of Scampi #63529F
Tints of Scampi #63529F
RGB
CMYK
RGB Variations
Color information
#63529F (or 0x63529F) is known color: Scampi. HEX triplet: 63, 52 and 9F. RGB value is (99,82,159). Sum of RGB (Red+Green+Blue) = 99+82+159=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 159 - color contains mainly: blue. Hex color #63529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63529F is #9CAD60. Grayscale: #5F5F5F. Windows color (decimal): -10268001 or 10441315. OLE color: 10441315.
HSL color Cylindrical-coordinate representation of color #63529F: hue angle of 253.25º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63529F is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 82 | 159 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.38 |
| HSL | 253.25º | 0.32% | 0.47% | - |
| HSV(B) | 253.25º | 0.48% | 0.62% | - |
| XYZ | 14.42 | 11.19 | 34.2 | - |
| YUV | 95.86 | 163.63 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 159 | 0.38 | 0.48 | 0 | 0.38 | 253.25 | 0.32 | 0.47 |
| Hex | 63 | 52 | 9F | 26 | 30 | 0 | 26 | FD | 20 | 2F |
| Octal | 143 | 122 | 237 | 46 | 60 | 0 | 46 | 375 | 40 | 57 |
| Binary | 1100011 | 1010010 | 10011111 | 100110 | 110000 | 0 | 100110 | 11111101 | 100000 | 101111 |
Color Harmonies of #63529F
Complementary color
Monochromatic Colors of #63529F
Black with #63529F
Text Example
Text Example
White with #63529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63529F; }
p { color: rgb(99,82,159); }
H1.HeaderClassName
{
color: #63529F;
}
.AnyTagClassName
{
color: #63529F;
}
</style>
background-color css
<style>
a { background-color: #63529F; }
a { background-color: rgb(99,82,159); }
div.DivClassName
{
background-color: #63529F;
}
.BgClassName
{
background-color: #63529F;
}
</style>
border-color css
<style>
span { border-color: #63529F; }
span { border-color: rgb(99,82,159); }
td.TdClassName
{
border-color: #63529F;
}
.TagClassName
{
border-color: #63529F;
}
</style>