Shades of Scampi #60559B
Tints of Scampi #60559B
RGB
CMYK
RGB Variations
Color information
#60559B (or 0x60559B) is known color: Scampi. HEX triplet: 60, 55 and 9B. RGB value is (96,85,155). Sum of RGB (Red+Green+Blue) = 96+85+155=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #60559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60559B is #9FAA64. Grayscale: #5F5F5F. Windows color (decimal): -10463845 or 10179936. OLE color: 10179936.
HSL color Cylindrical-coordinate representation of color #60559B: hue angle of 249.43º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60559B is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 85 | 155 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.39 |
| HSL | 249.43º | 0.29% | 0.47% | - |
| HSV(B) | 249.43º | 0.45% | 0.61% | - |
| XYZ | 13.99 | 11.35 | 32.46 | - |
| YUV | 96.27 | 161.14 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 85 | 155 | 0.38 | 0.45 | 0 | 0.39 | 249.43 | 0.29 | 0.47 |
| Hex | 60 | 55 | 9B | 26 | 2D | 0 | 27 | F9 | 1D | 2F |
| Octal | 140 | 125 | 233 | 46 | 55 | 0 | 47 | 371 | 35 | 57 |
| Binary | 1100000 | 1010101 | 10011011 | 100110 | 101101 | 0 | 100111 | 11111001 | 11101 | 101111 |
Color Harmonies of #60559B
Complementary color
Monochromatic Colors of #60559B
Black with #60559B
Text Example
Text Example
White with #60559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60559B; }
p { color: rgb(96,85,155); }
H1.HeaderClassName
{
color: #60559B;
}
.AnyTagClassName
{
color: #60559B;
}
</style>
background-color css
<style>
a { background-color: #60559B; }
a { background-color: rgb(96,85,155); }
div.DivClassName
{
background-color: #60559B;
}
.BgClassName
{
background-color: #60559B;
}
</style>
border-color css
<style>
span { border-color: #60559B; }
span { border-color: rgb(96,85,155); }
td.TdClassName
{
border-color: #60559B;
}
.TagClassName
{
border-color: #60559B;
}
</style>