Shades of Scampi #656493
Tints of Scampi #656493
RGB
CMYK
RGB Variations
Color information
#656493 (or 0x656493) is known color: Scampi. HEX triplet: 65, 64 and 93. RGB value is (101,100,147). Sum of RGB (Red+Green+Blue) = 101+100+147=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #656493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656493 is #9A9B6C. Grayscale: #696969. Windows color (decimal): -10132333 or 9659493. OLE color: 9659493.
HSL color Cylindrical-coordinate representation of color #656493: hue angle of 241.28º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #656493 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 100 | 147 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.42 |
| HSL | 241.28º | 0.19% | 0.48% | - |
| HSV(B) | 241.28º | 0.32% | 0.58% | - |
| XYZ | 15.19 | 13.99 | 29.5 | - |
| YUV | 105.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 100 | 147 | 0.31 | 0.32 | 0 | 0.42 | 241.28 | 0.19 | 0.48 |
| Hex | 65 | 64 | 93 | 1F | 20 | 0 | 2A | F1 | 13 | 30 |
| Octal | 145 | 144 | 223 | 37 | 40 | 0 | 52 | 361 | 23 | 60 |
| Binary | 1100101 | 1100100 | 10010011 | 11111 | 100000 | 0 | 101010 | 11110001 | 10011 | 110000 |
Color Harmonies of #656493
Complementary color
Monochromatic Colors of #656493
Black with #656493
Text Example
Text Example
White with #656493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656493; }
p { color: rgb(101,100,147); }
H1.HeaderClassName
{
color: #656493;
}
.AnyTagClassName
{
color: #656493;
}
</style>
background-color css
<style>
a { background-color: #656493; }
a { background-color: rgb(101,100,147); }
div.DivClassName
{
background-color: #656493;
}
.BgClassName
{
background-color: #656493;
}
</style>
border-color css
<style>
span { border-color: #656493; }
span { border-color: rgb(101,100,147); }
td.TdClassName
{
border-color: #656493;
}
.TagClassName
{
border-color: #656493;
}
</style>