Shades of Scampi #63589D
Tints of Scampi #63589D
RGB
CMYK
RGB Variations
Color information
#63589D (or 0x63589D) is known color: Scampi. HEX triplet: 63, 58 and 9D. RGB value is (99,88,157). Sum of RGB (Red+Green+Blue) = 99+88+157=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #63589D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63589D is #9CA762. Grayscale: #626262. Windows color (decimal): -10266467 or 10311779. OLE color: 10311779.
HSL color Cylindrical-coordinate representation of color #63589D: hue angle of 249.57º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #63589D is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 88 | 157 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.38 |
| HSL | 249.57º | 0.28% | 0.48% | - |
| HSV(B) | 249.57º | 0.44% | 0.62% | - |
| XYZ | 14.72 | 12.07 | 33.45 | - |
| YUV | 99.16 | 160.64 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 88 | 157 | 0.37 | 0.44 | 0 | 0.38 | 249.57 | 0.28 | 0.48 |
| Hex | 63 | 58 | 9D | 25 | 2C | 0 | 26 | FA | 1C | 30 |
| Octal | 143 | 130 | 235 | 45 | 54 | 0 | 46 | 372 | 34 | 60 |
| Binary | 1100011 | 1011000 | 10011101 | 100101 | 101100 | 0 | 100110 | 11111010 | 11100 | 110000 |
Color Harmonies of #63589D
Complementary color
Monochromatic Colors of #63589D
Black with #63589D
Text Example
Text Example
White with #63589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63589D; }
p { color: rgb(99,88,157); }
H1.HeaderClassName
{
color: #63589D;
}
.AnyTagClassName
{
color: #63589D;
}
</style>
background-color css
<style>
a { background-color: #63589D; }
a { background-color: rgb(99,88,157); }
div.DivClassName
{
background-color: #63589D;
}
.BgClassName
{
background-color: #63589D;
}
</style>
border-color css
<style>
span { border-color: #63589D; }
span { border-color: rgb(99,88,157); }
td.TdClassName
{
border-color: #63589D;
}
.TagClassName
{
border-color: #63589D;
}
</style>