Shades of Scampi #656397
Tints of Scampi #656397
RGB
CMYK
RGB Variations
Color information
#656397 (or 0x656397) is known color: Scampi. HEX triplet: 65, 63 and 97. RGB value is (101,99,151). Sum of RGB (Red+Green+Blue) = 101+99+151=351 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.77% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 151 - color contains mainly: blue. Hex color #656397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656397 is #9A9C68. Grayscale: #696969. Windows color (decimal): -10132585 or 9921381. OLE color: 9921381.
HSL color Cylindrical-coordinate representation of color #656397: hue angle of 242.31º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #656397 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 101 | 99 | 151 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.41 |
| HSL | 242.31º | 0.21% | 0.49% | - |
| HSV(B) | 242.31º | 0.34% | 0.59% | - |
| XYZ | 15.41 | 13.92 | 31.15 | - |
| YUV | 105.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 99 | 151 | 0.33 | 0.34 | 0 | 0.41 | 242.31 | 0.21 | 0.49 |
| Hex | 65 | 63 | 97 | 21 | 22 | 0 | 29 | F2 | 15 | 31 |
| Octal | 145 | 143 | 227 | 41 | 42 | 0 | 51 | 362 | 25 | 61 |
| Binary | 1100101 | 1100011 | 10010111 | 100001 | 100010 | 0 | 101001 | 11110010 | 10101 | 110001 |
Color Harmonies of #656397
Complementary color
Monochromatic Colors of #656397
Black with #656397
Text Example
Text Example
White with #656397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656397; }
p { color: rgb(101,99,151); }
H1.HeaderClassName
{
color: #656397;
}
.AnyTagClassName
{
color: #656397;
}
</style>
background-color css
<style>
a { background-color: #656397; }
a { background-color: rgb(101,99,151); }
div.DivClassName
{
background-color: #656397;
}
.BgClassName
{
background-color: #656397;
}
</style>
border-color css
<style>
span { border-color: #656397; }
span { border-color: rgb(101,99,151); }
td.TdClassName
{
border-color: #656397;
}
.TagClassName
{
border-color: #656397;
}
</style>