Shades of Scampi #63609B
Tints of Scampi #63609B
RGB
CMYK
RGB Variations
Color information
#63609B (or 0x63609B) is known color: Scampi. HEX triplet: 63, 60 and 9B. RGB value is (99,96,155). Sum of RGB (Red+Green+Blue) = 99+96+155=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #63609B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63609B is #9C9F64. Grayscale: #676767. Windows color (decimal): -10264421 or 10182755. OLE color: 10182755.
HSL color Cylindrical-coordinate representation of color #63609B: hue angle of 243.05º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63609B is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 96 | 155 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.39 |
| HSL | 243.05º | 0.24% | 0.49% | - |
| HSV(B) | 243.05º | 0.38% | 0.61% | - |
| XYZ | 15.24 | 13.38 | 32.79 | - |
| YUV | 103.62 | 156.99 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 96 | 155 | 0.36 | 0.38 | 0 | 0.39 | 243.05 | 0.24 | 0.49 |
| Hex | 63 | 60 | 9B | 24 | 26 | 0 | 27 | F3 | 18 | 31 |
| Octal | 143 | 140 | 233 | 44 | 46 | 0 | 47 | 363 | 30 | 61 |
| Binary | 1100011 | 1100000 | 10011011 | 100100 | 100110 | 0 | 100111 | 11110011 | 11000 | 110001 |
Color Harmonies of #63609B
Complementary color
Monochromatic Colors of #63609B
Black with #63609B
Text Example
Text Example
White with #63609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63609B; }
p { color: rgb(99,96,155); }
H1.HeaderClassName
{
color: #63609B;
}
.AnyTagClassName
{
color: #63609B;
}
</style>
background-color css
<style>
a { background-color: #63609B; }
a { background-color: rgb(99,96,155); }
div.DivClassName
{
background-color: #63609B;
}
.BgClassName
{
background-color: #63609B;
}
</style>
border-color css
<style>
span { border-color: #63609B; }
span { border-color: rgb(99,96,155); }
td.TdClassName
{
border-color: #63609B;
}
.TagClassName
{
border-color: #63609B;
}
</style>