Shades of Scampi #63609D
Tints of Scampi #63609D
RGB
CMYK
RGB Variations
Color information
#63609D (or 0x63609D) is known color: Scampi. HEX triplet: 63, 60 and 9D. RGB value is (99,96,157). Sum of RGB (Red+Green+Blue) = 99+96+157=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #63609D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63609D is #9C9F62. Grayscale: #676767. Windows color (decimal): -10264419 or 10313827. OLE color: 10313827.
HSL color Cylindrical-coordinate representation of color #63609D: hue angle of 242.95º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63609D is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 96 | 157 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.38 |
| HSL | 242.95º | 0.24% | 0.5% | - |
| HSV(B) | 242.95º | 0.39% | 0.62% | - |
| XYZ | 15.41 | 13.45 | 33.68 | - |
| YUV | 103.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 96 | 157 | 0.37 | 0.39 | 0 | 0.38 | 242.95 | 0.24 | 0.5 |
| Hex | 63 | 60 | 9D | 25 | 27 | 0 | 26 | F3 | 18 | 32 |
| Octal | 143 | 140 | 235 | 45 | 47 | 0 | 46 | 363 | 30 | 62 |
| Binary | 1100011 | 1100000 | 10011101 | 100101 | 100111 | 0 | 100110 | 11110011 | 11000 | 110010 |
Color Harmonies of #63609D
Complementary color
Monochromatic Colors of #63609D
Black with #63609D
Text Example
Text Example
White with #63609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63609D; }
p { color: rgb(99,96,157); }
H1.HeaderClassName
{
color: #63609D;
}
.AnyTagClassName
{
color: #63609D;
}
</style>
background-color css
<style>
a { background-color: #63609D; }
a { background-color: rgb(99,96,157); }
div.DivClassName
{
background-color: #63609D;
}
.BgClassName
{
background-color: #63609D;
}
</style>
border-color css
<style>
span { border-color: #63609D; }
span { border-color: rgb(99,96,157); }
td.TdClassName
{
border-color: #63609D;
}
.TagClassName
{
border-color: #63609D;
}
</style>