Shades of Scampi #656399
Tints of Scampi #656399
RGB
CMYK
RGB Variations
Color information
#656399 (or 0x656399) is known color: Scampi. HEX triplet: 65, 63 and 99. RGB value is (101,99,153). Sum of RGB (Red+Green+Blue) = 101+99+153=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #656399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656399 is #9A9C66. Grayscale: #696969. Windows color (decimal): -10132583 or 10052453. OLE color: 10052453.
HSL color Cylindrical-coordinate representation of color #656399: hue angle of 242.22º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #656399 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 99 | 153 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.4 |
| HSL | 242.22º | 0.21% | 0.49% | - |
| HSV(B) | 242.22º | 0.35% | 0.6% | - |
| XYZ | 15.58 | 13.99 | 32.02 | - |
| YUV | 105.75 | 154.66 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 99 | 153 | 0.34 | 0.35 | 0 | 0.4 | 242.22 | 0.21 | 0.49 |
| Hex | 65 | 63 | 99 | 22 | 23 | 0 | 28 | F2 | 15 | 31 |
| Octal | 145 | 143 | 231 | 42 | 43 | 0 | 50 | 362 | 25 | 61 |
| Binary | 1100101 | 1100011 | 10011001 | 100010 | 100011 | 0 | 101000 | 11110010 | 10101 | 110001 |
Color Harmonies of #656399
Complementary color
Monochromatic Colors of #656399
Black with #656399
Text Example
Text Example
White with #656399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656399; }
p { color: rgb(101,99,153); }
H1.HeaderClassName
{
color: #656399;
}
.AnyTagClassName
{
color: #656399;
}
</style>
background-color css
<style>
a { background-color: #656399; }
a { background-color: rgb(101,99,153); }
div.DivClassName
{
background-color: #656399;
}
.BgClassName
{
background-color: #656399;
}
</style>
border-color css
<style>
span { border-color: #656399; }
span { border-color: rgb(101,99,153); }
td.TdClassName
{
border-color: #656399;
}
.TagClassName
{
border-color: #656399;
}
</style>