Shades of Scampi #68639E
Tints of Scampi #68639E
RGB
CMYK
RGB Variations
Color information
#68639E (or 0x68639E) is known color: Scampi. HEX triplet: 68, 63 and 9E. RGB value is (104,99,158). Sum of RGB (Red+Green+Blue) = 104+99+158=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #68639E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68639E is #979C61. Grayscale: #6A6A6A. Windows color (decimal): -9935970 or 10380136. OLE color: 10380136.
HSL color Cylindrical-coordinate representation of color #68639E: hue angle of 245.08º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68639E is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 99 | 158 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.38 |
| HSL | 245.08º | 0.23% | 0.5% | - |
| HSV(B) | 245.08º | 0.37% | 0.62% | - |
| XYZ | 16.34 | 14.34 | 34.25 | - |
| YUV | 107.22 | 156.66 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 158 | 0.34 | 0.37 | 0 | 0.38 | 245.08 | 0.23 | 0.5 |
| Hex | 68 | 63 | 9E | 22 | 25 | 0 | 26 | F5 | 17 | 32 |
| Octal | 150 | 143 | 236 | 42 | 45 | 0 | 46 | 365 | 27 | 62 |
| Binary | 1101000 | 1100011 | 10011110 | 100010 | 100101 | 0 | 100110 | 11110101 | 10111 | 110010 |
Color Harmonies of #68639E
Complementary color
Monochromatic Colors of #68639E
Black with #68639E
Text Example
Text Example
White with #68639E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68639E; }
p { color: rgb(104,99,158); }
H1.HeaderClassName
{
color: #68639E;
}
.AnyTagClassName
{
color: #68639E;
}
</style>
background-color css
<style>
a { background-color: #68639E; }
a { background-color: rgb(104,99,158); }
div.DivClassName
{
background-color: #68639E;
}
.BgClassName
{
background-color: #68639E;
}
</style>
border-color css
<style>
span { border-color: #68639E; }
span { border-color: rgb(104,99,158); }
td.TdClassName
{
border-color: #68639E;
}
.TagClassName
{
border-color: #68639E;
}
</style>