Shades of Scampi #63589A
Tints of Scampi #63589A
RGB
CMYK
RGB Variations
Color information
#63589A (or 0x63589A) is known color: Scampi. HEX triplet: 63, 58 and 9A. RGB value is (99,88,154). Sum of RGB (Red+Green+Blue) = 99+88+154=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #63589A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63589A is #9CA765. Grayscale: #626262. Windows color (decimal): -10266470 or 10115171. OLE color: 10115171.
HSL color Cylindrical-coordinate representation of color #63589A: hue angle of 250º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63589A is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 88 | 154 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.40 |
| HSL | 250º | 0.27% | 0.47% | - |
| HSV(B) | 250º | 0.43% | 0.6% | - |
| XYZ | 14.47 | 11.97 | 32.12 | - |
| YUV | 98.81 | 159.14 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 88 | 154 | 0.36 | 0.43 | 0 | 0.40 | 250 | 0.27 | 0.47 |
| Hex | 63 | 58 | 9A | 24 | 2B | 0 | 28 | FA | 1B | 2F |
| Octal | 143 | 130 | 232 | 44 | 53 | 0 | 50 | 372 | 33 | 57 |
| Binary | 1100011 | 1011000 | 10011010 | 100100 | 101011 | 0 | 101000 | 11111010 | 11011 | 101111 |
Color Harmonies of #63589A
Complementary color
Monochromatic Colors of #63589A
Black with #63589A
Text Example
Text Example
White with #63589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63589A; }
p { color: rgb(99,88,154); }
H1.HeaderClassName
{
color: #63589A;
}
.AnyTagClassName
{
color: #63589A;
}
</style>
background-color css
<style>
a { background-color: #63589A; }
a { background-color: rgb(99,88,154); }
div.DivClassName
{
background-color: #63589A;
}
.BgClassName
{
background-color: #63589A;
}
</style>
border-color css
<style>
span { border-color: #63589A; }
span { border-color: rgb(99,88,154); }
td.TdClassName
{
border-color: #63589A;
}
.TagClassName
{
border-color: #63589A;
}
</style>