Shades of Scampi #68559D
Tints of Scampi #68559D
RGB
CMYK
RGB Variations
Color information
#68559D (or 0x68559D) is known color: Scampi. HEX triplet: 68, 55 and 9D. RGB value is (104,85,157). Sum of RGB (Red+Green+Blue) = 104+85+157=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #68559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68559D is #97AA62. Grayscale: #626262. Windows color (decimal): -9939555 or 10311016. OLE color: 10311016.
HSL color Cylindrical-coordinate representation of color #68559D: hue angle of 255.83º 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 #68559D is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 85 | 157 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.38 |
| HSL | 255.83º | 0.3% | 0.47% | - |
| HSV(B) | 255.83º | 0.46% | 0.62% | - |
| XYZ | 15.04 | 11.87 | 33.4 | - |
| YUV | 98.89 | 160.79 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 157 | 0.34 | 0.46 | 0 | 0.38 | 255.83 | 0.3 | 0.47 |
| Hex | 68 | 55 | 9D | 22 | 2E | 0 | 26 | 100 | 1E | 2F |
| Octal | 150 | 125 | 235 | 42 | 56 | 0 | 46 | 400 | 36 | 57 |
| Binary | 1101000 | 1010101 | 10011101 | 100010 | 101110 | 0 | 100110 | 100000000 | 11110 | 101111 |
Color Harmonies of #68559D
Complementary color
Monochromatic Colors of #68559D
Black with #68559D
Text Example
Text Example
White with #68559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68559D; }
p { color: rgb(104,85,157); }
H1.HeaderClassName
{
color: #68559D;
}
.AnyTagClassName
{
color: #68559D;
}
</style>
background-color css
<style>
a { background-color: #68559D; }
a { background-color: rgb(104,85,157); }
div.DivClassName
{
background-color: #68559D;
}
.BgClassName
{
background-color: #68559D;
}
</style>
border-color css
<style>
span { border-color: #68559D; }
span { border-color: rgb(104,85,157); }
td.TdClassName
{
border-color: #68559D;
}
.TagClassName
{
border-color: #68559D;
}
</style>