Shades of Scampi #63589B
Tints of Scampi #63589B
RGB
CMYK
RGB Variations
Color information
#63589B (or 0x63589B) is known color: Scampi. HEX triplet: 63, 58 and 9B. RGB value is (99,88,155). Sum of RGB (Red+Green+Blue) = 99+88+155=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #63589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63589B is #9CA764. Grayscale: #626262. Windows color (decimal): -10266469 or 10180707. OLE color: 10180707.
HSL color Cylindrical-coordinate representation of color #63589B: hue angle of 249.85º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63589B is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 88 | 155 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.39 |
| HSL | 249.85º | 0.28% | 0.48% | - |
| HSV(B) | 249.85º | 0.43% | 0.61% | - |
| XYZ | 14.55 | 12 | 32.56 | - |
| YUV | 98.93 | 159.64 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 88 | 155 | 0.36 | 0.43 | 0 | 0.39 | 249.85 | 0.28 | 0.48 |
| Hex | 63 | 58 | 9B | 24 | 2B | 0 | 27 | FA | 1C | 30 |
| Octal | 143 | 130 | 233 | 44 | 53 | 0 | 47 | 372 | 34 | 60 |
| Binary | 1100011 | 1011000 | 10011011 | 100100 | 101011 | 0 | 100111 | 11111010 | 11100 | 110000 |
Color Harmonies of #63589B
Complementary color
Monochromatic Colors of #63589B
Black with #63589B
Text Example
Text Example
White with #63589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63589B; }
p { color: rgb(99,88,155); }
H1.HeaderClassName
{
color: #63589B;
}
.AnyTagClassName
{
color: #63589B;
}
</style>
background-color css
<style>
a { background-color: #63589B; }
a { background-color: rgb(99,88,155); }
div.DivClassName
{
background-color: #63589B;
}
.BgClassName
{
background-color: #63589B;
}
</style>
border-color css
<style>
span { border-color: #63589B; }
span { border-color: rgb(99,88,155); }
td.TdClassName
{
border-color: #63589B;
}
.TagClassName
{
border-color: #63589B;
}
</style>