Shades of Scampi #68549E
Tints of Scampi #68549E
RGB
CMYK
RGB Variations
Color information
#68549E (or 0x68549E) is known color: Scampi. HEX triplet: 68, 54 and 9E. RGB value is (104,84,158). Sum of RGB (Red+Green+Blue) = 104+84+158=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #68549E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68549E is #97AB61. Grayscale: #626262. Windows color (decimal): -9939810 or 10376296. OLE color: 10376296.
HSL color Cylindrical-coordinate representation of color #68549E: hue angle of 256.22º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68549E is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 84 | 158 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.38 |
| HSL | 256.22º | 0.31% | 0.47% | - |
| HSV(B) | 256.22º | 0.47% | 0.62% | - |
| XYZ | 15.05 | 11.75 | 33.82 | - |
| YUV | 98.42 | 161.63 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 84 | 158 | 0.34 | 0.47 | 0 | 0.38 | 256.22 | 0.31 | 0.47 |
| Hex | 68 | 54 | 9E | 22 | 2F | 0 | 26 | 100 | 1F | 2F |
| Octal | 150 | 124 | 236 | 42 | 57 | 0 | 46 | 400 | 37 | 57 |
| Binary | 1101000 | 1010100 | 10011110 | 100010 | 101111 | 0 | 100110 | 100000000 | 11111 | 101111 |
Color Harmonies of #68549E
Complementary color
Monochromatic Colors of #68549E
Black with #68549E
Text Example
Text Example
White with #68549E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68549E; }
p { color: rgb(104,84,158); }
H1.HeaderClassName
{
color: #68549E;
}
.AnyTagClassName
{
color: #68549E;
}
</style>
background-color css
<style>
a { background-color: #68549E; }
a { background-color: rgb(104,84,158); }
div.DivClassName
{
background-color: #68549E;
}
.BgClassName
{
background-color: #68549E;
}
</style>
border-color css
<style>
span { border-color: #68549E; }
span { border-color: rgb(104,84,158); }
td.TdClassName
{
border-color: #68549E;
}
.TagClassName
{
border-color: #68549E;
}
</style>