Shades of Scampi #615D95
Tints of Scampi #615D95
RGB
CMYK
RGB Variations
Color information
#615D95 (or 0x615D95) is known color: Scampi. HEX triplet: 61, 5D and 95. RGB value is (97,93,149). Sum of RGB (Red+Green+Blue) = 97+93+149=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #615D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615D95 is #9EA26A. Grayscale: #646464. Windows color (decimal): -10396267 or 9788769. OLE color: 9788769.
HSL color Cylindrical-coordinate representation of color #615D95: hue angle of 244.29º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #615D95 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 93 | 149 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.42 |
| HSL | 244.29º | 0.23% | 0.47% | - |
| HSV(B) | 244.29º | 0.38% | 0.58% | - |
| XYZ | 14.27 | 12.54 | 30.1 | - |
| YUV | 100.58 | 155.33 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 149 | 0.35 | 0.38 | 0 | 0.42 | 244.29 | 0.23 | 0.47 |
| Hex | 61 | 5D | 95 | 23 | 26 | 0 | 2A | F4 | 17 | 2F |
| Octal | 141 | 135 | 225 | 43 | 46 | 0 | 52 | 364 | 27 | 57 |
| Binary | 1100001 | 1011101 | 10010101 | 100011 | 100110 | 0 | 101010 | 11110100 | 10111 | 101111 |
Color Harmonies of #615D95
Complementary color
Monochromatic Colors of #615D95
Black with #615D95
Text Example
Text Example
White with #615D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615D95; }
p { color: rgb(97,93,149); }
H1.HeaderClassName
{
color: #615D95;
}
.AnyTagClassName
{
color: #615D95;
}
</style>
background-color css
<style>
a { background-color: #615D95; }
a { background-color: rgb(97,93,149); }
div.DivClassName
{
background-color: #615D95;
}
.BgClassName
{
background-color: #615D95;
}
</style>
border-color css
<style>
span { border-color: #615D95; }
span { border-color: rgb(97,93,149); }
td.TdClassName
{
border-color: #615D95;
}
.TagClassName
{
border-color: #615D95;
}
</style>