Shades of Scampi #68619E
Tints of Scampi #68619E
RGB
CMYK
RGB Variations
Color information
#68619E (or 0x68619E) is known color: Scampi. HEX triplet: 68, 61 and 9E. RGB value is (104,97,158). Sum of RGB (Red+Green+Blue) = 104+97+158=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 158 - color contains mainly: blue. Hex color #68619E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68619E is #979E61. Grayscale: #696969. Windows color (decimal): -9936482 or 10379624. OLE color: 10379624.
HSL color Cylindrical-coordinate representation of color #68619E: hue angle of 246.89º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68619E is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 97 | 158 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.38 |
| HSL | 246.89º | 0.24% | 0.5% | - |
| HSV(B) | 246.89º | 0.39% | 0.62% | - |
| XYZ | 16.16 | 13.96 | 34.19 | - |
| YUV | 106.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 158 | 0.34 | 0.39 | 0 | 0.38 | 246.89 | 0.24 | 0.5 |
| Hex | 68 | 61 | 9E | 22 | 27 | 0 | 26 | F7 | 18 | 32 |
| Octal | 150 | 141 | 236 | 42 | 47 | 0 | 46 | 367 | 30 | 62 |
| Binary | 1101000 | 1100001 | 10011110 | 100010 | 100111 | 0 | 100110 | 11110111 | 11000 | 110010 |
Color Harmonies of #68619E
Complementary color
Monochromatic Colors of #68619E
Black with #68619E
Text Example
Text Example
White with #68619E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68619E; }
p { color: rgb(104,97,158); }
H1.HeaderClassName
{
color: #68619E;
}
.AnyTagClassName
{
color: #68619E;
}
</style>
background-color css
<style>
a { background-color: #68619E; }
a { background-color: rgb(104,97,158); }
div.DivClassName
{
background-color: #68619E;
}
.BgClassName
{
background-color: #68619E;
}
</style>
border-color css
<style>
span { border-color: #68619E; }
span { border-color: rgb(104,97,158); }
td.TdClassName
{
border-color: #68619E;
}
.TagClassName
{
border-color: #68619E;
}
</style>