Shades of Scampi #68559E
Tints of Scampi #68559E
RGB
CMYK
RGB Variations
Color information
#68559E (or 0x68559E) is known color: Scampi. HEX triplet: 68, 55 and 9E. RGB value is (104,85,158). Sum of RGB (Red+Green+Blue) = 104+85+158=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #68559E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68559E is #97AA61. Grayscale: #626262. Windows color (decimal): -9939554 or 10376552. OLE color: 10376552.
HSL color Cylindrical-coordinate representation of color #68559E: hue angle of 255.62º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68559E is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 85 | 158 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.38 |
| HSL | 255.62º | 0.3% | 0.48% | - |
| HSV(B) | 255.62º | 0.46% | 0.62% | - |
| XYZ | 15.13 | 11.91 | 33.85 | - |
| YUV | 99 | 161.29 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 158 | 0.34 | 0.46 | 0 | 0.38 | 255.62 | 0.3 | 0.48 |
| Hex | 68 | 55 | 9E | 22 | 2E | 0 | 26 | 100 | 1E | 30 |
| Octal | 150 | 125 | 236 | 42 | 56 | 0 | 46 | 400 | 36 | 60 |
| Binary | 1101000 | 1010101 | 10011110 | 100010 | 101110 | 0 | 100110 | 100000000 | 11110 | 110000 |
Color Harmonies of #68559E
Complementary color
Monochromatic Colors of #68559E
Black with #68559E
Text Example
Text Example
White with #68559E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68559E; }
p { color: rgb(104,85,158); }
H1.HeaderClassName
{
color: #68559E;
}
.AnyTagClassName
{
color: #68559E;
}
</style>
background-color css
<style>
a { background-color: #68559E; }
a { background-color: rgb(104,85,158); }
div.DivClassName
{
background-color: #68559E;
}
.BgClassName
{
background-color: #68559E;
}
</style>
border-color css
<style>
span { border-color: #68559E; }
span { border-color: rgb(104,85,158); }
td.TdClassName
{
border-color: #68559E;
}
.TagClassName
{
border-color: #68559E;
}
</style>