Shades of Scampi #68689F
Tints of Scampi #68689F
RGB
CMYK
RGB Variations
Color information
#68689F (or 0x68689F) is known color: Scampi. HEX triplet: 68, 68 and 9F. RGB value is (104,104,159). Sum of RGB (Red+Green+Blue) = 104+104+159=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #68689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68689F is #979760. Grayscale: #6E6E6E. Windows color (decimal): -9934689 or 10446952. OLE color: 10446952.
HSL color Cylindrical-coordinate representation of color #68689F: hue angle of 240º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68689F is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 104 | 159 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.38 |
| HSL | 240º | 0.22% | 0.52% | - |
| HSV(B) | 240º | 0.35% | 0.62% | - |
| XYZ | 16.92 | 15.35 | 34.87 | - |
| YUV | 110.27 | 155.5 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 159 | 0.35 | 0.35 | 0 | 0.38 | 240 | 0.22 | 0.52 |
| Hex | 68 | 68 | 9F | 23 | 23 | 0 | 26 | F0 | 16 | 34 |
| Octal | 150 | 150 | 237 | 43 | 43 | 0 | 46 | 360 | 26 | 64 |
| Binary | 1101000 | 1101000 | 10011111 | 100011 | 100011 | 0 | 100110 | 11110000 | 10110 | 110100 |
Color Harmonies of #68689F
Complementary color
Monochromatic Colors of #68689F
Black with #68689F
Text Example
Text Example
White with #68689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68689F; }
p { color: rgb(104,104,159); }
H1.HeaderClassName
{
color: #68689F;
}
.AnyTagClassName
{
color: #68689F;
}
</style>
background-color css
<style>
a { background-color: #68689F; }
a { background-color: rgb(104,104,159); }
div.DivClassName
{
background-color: #68689F;
}
.BgClassName
{
background-color: #68689F;
}
</style>
border-color css
<style>
span { border-color: #68689F; }
span { border-color: rgb(104,104,159); }
td.TdClassName
{
border-color: #68689F;
}
.TagClassName
{
border-color: #68689F;
}
</style>