Shades of Scampi #68699E
Tints of Scampi #68699E
RGB
CMYK
RGB Variations
Color information
#68699E (or 0x68699E) is known color: Scampi. HEX triplet: 68, 69 and 9E. RGB value is (104,105,158). Sum of RGB (Red+Green+Blue) = 104+105+158=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #68699E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68699E is #979661. Grayscale: #6E6E6E. Windows color (decimal): -9934434 or 10381672. OLE color: 10381672.
HSL color Cylindrical-coordinate representation of color #68699E: hue angle of 238.89º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68699E is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 105 | 158 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.38 |
| HSL | 238.89º | 0.22% | 0.51% | - |
| HSV(B) | 238.89º | 0.34% | 0.62% | - |
| XYZ | 16.93 | 15.51 | 34.45 | - |
| YUV | 110.74 | 154.67 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 158 | 0.34 | 0.34 | 0 | 0.38 | 238.89 | 0.22 | 0.51 |
| Hex | 68 | 69 | 9E | 22 | 22 | 0 | 26 | EF | 16 | 33 |
| Octal | 150 | 151 | 236 | 42 | 42 | 0 | 46 | 357 | 26 | 63 |
| Binary | 1101000 | 1101001 | 10011110 | 100010 | 100010 | 0 | 100110 | 11101111 | 10110 | 110011 |
Color Harmonies of #68699E
Complementary color
Monochromatic Colors of #68699E
Black with #68699E
Text Example
Text Example
White with #68699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68699E; }
p { color: rgb(104,105,158); }
H1.HeaderClassName
{
color: #68699E;
}
.AnyTagClassName
{
color: #68699E;
}
</style>
background-color css
<style>
a { background-color: #68699E; }
a { background-color: rgb(104,105,158); }
div.DivClassName
{
background-color: #68699E;
}
.BgClassName
{
background-color: #68699E;
}
</style>
border-color css
<style>
span { border-color: #68699E; }
span { border-color: rgb(104,105,158); }
td.TdClassName
{
border-color: #68699E;
}
.TagClassName
{
border-color: #68699E;
}
</style>