Shades of Scampi #63619B
Tints of Scampi #63619B
RGB
CMYK
RGB Variations
Color information
#63619B (or 0x63619B) is known color: Scampi. HEX triplet: 63, 61 and 9B. RGB value is (99,97,155). Sum of RGB (Red+Green+Blue) = 99+97+155=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #63619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63619B is #9C9E64. Grayscale: #676767. Windows color (decimal): -10264165 or 10183011. OLE color: 10183011.
HSL color Cylindrical-coordinate representation of color #63619B: hue angle of 242.07º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63619B is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 97 | 155 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.39 |
| HSL | 242.07º | 0.23% | 0.49% | - |
| HSV(B) | 242.07º | 0.37% | 0.61% | - |
| XYZ | 15.34 | 13.57 | 32.82 | - |
| YUV | 104.21 | 156.66 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 97 | 155 | 0.36 | 0.37 | 0 | 0.39 | 242.07 | 0.23 | 0.49 |
| Hex | 63 | 61 | 9B | 24 | 25 | 0 | 27 | F2 | 17 | 31 |
| Octal | 143 | 141 | 233 | 44 | 45 | 0 | 47 | 362 | 27 | 61 |
| Binary | 1100011 | 1100001 | 10011011 | 100100 | 100101 | 0 | 100111 | 11110010 | 10111 | 110001 |
Color Harmonies of #63619B
Complementary color
Monochromatic Colors of #63619B
Black with #63619B
Text Example
Text Example
White with #63619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63619B; }
p { color: rgb(99,97,155); }
H1.HeaderClassName
{
color: #63619B;
}
.AnyTagClassName
{
color: #63619B;
}
</style>
background-color css
<style>
a { background-color: #63619B; }
a { background-color: rgb(99,97,155); }
div.DivClassName
{
background-color: #63619B;
}
.BgClassName
{
background-color: #63619B;
}
</style>
border-color css
<style>
span { border-color: #63619B; }
span { border-color: rgb(99,97,155); }
td.TdClassName
{
border-color: #63619B;
}
.TagClassName
{
border-color: #63619B;
}
</style>