Shades of Scampi #61599C
Tints of Scampi #61599C
RGB
CMYK
RGB Variations
Color information
#61599C (or 0x61599C) is known color: Scampi. HEX triplet: 61, 59 and 9C. RGB value is (97,89,156). Sum of RGB (Red+Green+Blue) = 97+89+156=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #61599C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61599C is #9EA663. Grayscale: #626262. Windows color (decimal): -10397284 or 10246497. OLE color: 10246497.
HSL color Cylindrical-coordinate representation of color #61599C: hue angle of 247.16º 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 #61599C is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 89 | 156 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.39 |
| HSL | 247.16º | 0.27% | 0.48% | - |
| HSV(B) | 247.16º | 0.43% | 0.61% | - |
| XYZ | 14.5 | 12.09 | 33.02 | - |
| YUV | 99.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 89 | 156 | 0.38 | 0.43 | 0 | 0.39 | 247.16 | 0.27 | 0.48 |
| Hex | 61 | 59 | 9C | 26 | 2B | 0 | 27 | F7 | 1B | 30 |
| Octal | 141 | 131 | 234 | 46 | 53 | 0 | 47 | 367 | 33 | 60 |
| Binary | 1100001 | 1011001 | 10011100 | 100110 | 101011 | 0 | 100111 | 11110111 | 11011 | 110000 |
Color Harmonies of #61599C
Complementary color
Monochromatic Colors of #61599C
Black with #61599C
Text Example
Text Example
White with #61599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61599C; }
p { color: rgb(97,89,156); }
H1.HeaderClassName
{
color: #61599C;
}
.AnyTagClassName
{
color: #61599C;
}
</style>
background-color css
<style>
a { background-color: #61599C; }
a { background-color: rgb(97,89,156); }
div.DivClassName
{
background-color: #61599C;
}
.BgClassName
{
background-color: #61599C;
}
</style>
border-color css
<style>
span { border-color: #61599C; }
span { border-color: rgb(97,89,156); }
td.TdClassName
{
border-color: #61599C;
}
.TagClassName
{
border-color: #61599C;
}
</style>