Shades of Scampi #63629B
Tints of Scampi #63629B
RGB
CMYK
RGB Variations
Color information
#63629B (or 0x63629B) is known color: Scampi. HEX triplet: 63, 62 and 9B. RGB value is (99,98,155). Sum of RGB (Red+Green+Blue) = 99+98+155=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #63629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63629B is #9C9D64. Grayscale: #686868. Windows color (decimal): -10263909 or 10183267. OLE color: 10183267.
HSL color Cylindrical-coordinate representation of color #63629B: hue angle of 241.05º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63629B is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 98 | 155 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.39 |
| HSL | 241.05º | 0.23% | 0.5% | - |
| HSV(B) | 241.05º | 0.37% | 0.61% | - |
| XYZ | 15.43 | 13.75 | 32.85 | - |
| YUV | 104.8 | 156.33 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 98 | 155 | 0.36 | 0.37 | 0 | 0.39 | 241.05 | 0.23 | 0.5 |
| Hex | 63 | 62 | 9B | 24 | 25 | 0 | 27 | F1 | 17 | 32 |
| Octal | 143 | 142 | 233 | 44 | 45 | 0 | 47 | 361 | 27 | 62 |
| Binary | 1100011 | 1100010 | 10011011 | 100100 | 100101 | 0 | 100111 | 11110001 | 10111 | 110010 |
Color Harmonies of #63629B
Complementary color
Monochromatic Colors of #63629B
Black with #63629B
Text Example
Text Example
White with #63629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63629B; }
p { color: rgb(99,98,155); }
H1.HeaderClassName
{
color: #63629B;
}
.AnyTagClassName
{
color: #63629B;
}
</style>
background-color css
<style>
a { background-color: #63629B; }
a { background-color: rgb(99,98,155); }
div.DivClassName
{
background-color: #63629B;
}
.BgClassName
{
background-color: #63629B;
}
</style>
border-color css
<style>
span { border-color: #63629B; }
span { border-color: rgb(99,98,155); }
td.TdClassName
{
border-color: #63629B;
}
.TagClassName
{
border-color: #63629B;
}
</style>