Shades of Scampi #61549D
Tints of Scampi #61549D
RGB
CMYK
RGB Variations
Color information
#61549D (or 0x61549D) is known color: Scampi. HEX triplet: 61, 54 and 9D. RGB value is (97,84,157). Sum of RGB (Red+Green+Blue) = 97+84+157=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 157 - color contains mainly: blue. Hex color #61549D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61549D is #9EAB62. Grayscale: #5F5F5F. Windows color (decimal): -10398563 or 10310753. OLE color: 10310753.
HSL color Cylindrical-coordinate representation of color #61549D: hue angle of 250.68º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61549D is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 84 | 157 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.38 |
| HSL | 250.68º | 0.3% | 0.47% | - |
| HSV(B) | 250.68º | 0.46% | 0.62% | - |
| XYZ | 14.19 | 11.32 | 33.33 | - |
| YUV | 96.21 | 162.31 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 84 | 157 | 0.38 | 0.46 | 0 | 0.38 | 250.68 | 0.3 | 0.47 |
| Hex | 61 | 54 | 9D | 26 | 2E | 0 | 26 | FB | 1E | 2F |
| Octal | 141 | 124 | 235 | 46 | 56 | 0 | 46 | 373 | 36 | 57 |
| Binary | 1100001 | 1010100 | 10011101 | 100110 | 101110 | 0 | 100110 | 11111011 | 11110 | 101111 |
Color Harmonies of #61549D
Complementary color
Monochromatic Colors of #61549D
Black with #61549D
Text Example
Text Example
White with #61549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61549D; }
p { color: rgb(97,84,157); }
H1.HeaderClassName
{
color: #61549D;
}
.AnyTagClassName
{
color: #61549D;
}
</style>
background-color css
<style>
a { background-color: #61549D; }
a { background-color: rgb(97,84,157); }
div.DivClassName
{
background-color: #61549D;
}
.BgClassName
{
background-color: #61549D;
}
</style>
border-color css
<style>
span { border-color: #61549D; }
span { border-color: rgb(97,84,157); }
td.TdClassName
{
border-color: #61549D;
}
.TagClassName
{
border-color: #61549D;
}
</style>