Shades of Scampi #61599B
Tints of Scampi #61599B
RGB
CMYK
RGB Variations
Color information
#61599B (or 0x61599B) is known color: Scampi. HEX triplet: 61, 59 and 9B. RGB value is (97,89,155). Sum of RGB (Red+Green+Blue) = 97+89+155=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #61599B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61599B is #9EA664. Grayscale: #626262. Windows color (decimal): -10397285 or 10180961. OLE color: 10180961.
HSL color Cylindrical-coordinate representation of color #61599B: hue angle of 247.27º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61599B is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 89 | 155 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.39 |
| HSL | 247.27º | 0.27% | 0.48% | - |
| HSV(B) | 247.27º | 0.43% | 0.61% | - |
| XYZ | 14.42 | 12.05 | 32.58 | - |
| YUV | 98.92 | 159.65 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 89 | 155 | 0.37 | 0.43 | 0 | 0.39 | 247.27 | 0.27 | 0.48 |
| Hex | 61 | 59 | 9B | 25 | 2B | 0 | 27 | F7 | 1B | 30 |
| Octal | 141 | 131 | 233 | 45 | 53 | 0 | 47 | 367 | 33 | 60 |
| Binary | 1100001 | 1011001 | 10011011 | 100101 | 101011 | 0 | 100111 | 11110111 | 11011 | 110000 |
Color Harmonies of #61599B
Complementary color
Monochromatic Colors of #61599B
Black with #61599B
Text Example
Text Example
White with #61599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61599B; }
p { color: rgb(97,89,155); }
H1.HeaderClassName
{
color: #61599B;
}
.AnyTagClassName
{
color: #61599B;
}
</style>
background-color css
<style>
a { background-color: #61599B; }
a { background-color: rgb(97,89,155); }
div.DivClassName
{
background-color: #61599B;
}
.BgClassName
{
background-color: #61599B;
}
</style>
border-color css
<style>
span { border-color: #61599B; }
span { border-color: rgb(97,89,155); }
td.TdClassName
{
border-color: #61599B;
}
.TagClassName
{
border-color: #61599B;
}
</style>