Shades of Scampi #68699F
Tints of Scampi #68699F
RGB
CMYK
RGB Variations
Color information
#68699F (or 0x68699F) is known color: Scampi. HEX triplet: 68, 69 and 9F. RGB value is (104,105,159). Sum of RGB (Red+Green+Blue) = 104+105+159=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #68699F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68699F is #979660. Grayscale: #6E6E6E. Windows color (decimal): -9934433 or 10447208. OLE color: 10447208.
HSL color Cylindrical-coordinate representation of color #68699F: hue angle of 238.91º 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 #68699F is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 105 | 159 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.38 |
| HSL | 238.91º | 0.22% | 0.52% | - |
| HSV(B) | 238.91º | 0.35% | 0.62% | - |
| XYZ | 17.02 | 15.55 | 34.91 | - |
| YUV | 110.86 | 155.17 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 159 | 0.35 | 0.34 | 0 | 0.38 | 238.91 | 0.22 | 0.52 |
| Hex | 68 | 69 | 9F | 23 | 22 | 0 | 26 | EF | 16 | 34 |
| Octal | 150 | 151 | 237 | 43 | 42 | 0 | 46 | 357 | 26 | 64 |
| Binary | 1101000 | 1101001 | 10011111 | 100011 | 100010 | 0 | 100110 | 11101111 | 10110 | 110100 |
Color Harmonies of #68699F
Complementary color
Monochromatic Colors of #68699F
Black with #68699F
Text Example
Text Example
White with #68699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68699F; }
p { color: rgb(104,105,159); }
H1.HeaderClassName
{
color: #68699F;
}
.AnyTagClassName
{
color: #68699F;
}
</style>
background-color css
<style>
a { background-color: #68699F; }
a { background-color: rgb(104,105,159); }
div.DivClassName
{
background-color: #68699F;
}
.BgClassName
{
background-color: #68699F;
}
</style>
border-color css
<style>
span { border-color: #68699F; }
span { border-color: rgb(104,105,159); }
td.TdClassName
{
border-color: #68699F;
}
.TagClassName
{
border-color: #68699F;
}
</style>