Shades of Scampi #68639F
Tints of Scampi #68639F
RGB
CMYK
RGB Variations
Color information
#68639F (or 0x68639F) is known color: Scampi. HEX triplet: 68, 63 and 9F. RGB value is (104,99,159). Sum of RGB (Red+Green+Blue) = 104+99+159=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 159 - color contains mainly: blue. Hex color #68639F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68639F is #979C60. Grayscale: #6B6B6B. Windows color (decimal): -9935969 or 10445672. OLE color: 10445672.
HSL color Cylindrical-coordinate representation of color #68639F: hue angle of 245º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68639F is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 99 | 159 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.38 |
| HSL | 245º | 0.24% | 0.51% | - |
| HSV(B) | 245º | 0.38% | 0.62% | - |
| XYZ | 16.43 | 14.37 | 34.71 | - |
| YUV | 107.34 | 157.16 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 159 | 0.35 | 0.38 | 0 | 0.38 | 245 | 0.24 | 0.51 |
| Hex | 68 | 63 | 9F | 23 | 26 | 0 | 26 | F5 | 18 | 33 |
| Octal | 150 | 143 | 237 | 43 | 46 | 0 | 46 | 365 | 30 | 63 |
| Binary | 1101000 | 1100011 | 10011111 | 100011 | 100110 | 0 | 100110 | 11110101 | 11000 | 110011 |
Color Harmonies of #68639F
Complementary color
Monochromatic Colors of #68639F
Black with #68639F
Text Example
Text Example
White with #68639F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68639F; }
p { color: rgb(104,99,159); }
H1.HeaderClassName
{
color: #68639F;
}
.AnyTagClassName
{
color: #68639F;
}
</style>
background-color css
<style>
a { background-color: #68639F; }
a { background-color: rgb(104,99,159); }
div.DivClassName
{
background-color: #68639F;
}
.BgClassName
{
background-color: #68639F;
}
</style>
border-color css
<style>
span { border-color: #68639F; }
span { border-color: rgb(104,99,159); }
td.TdClassName
{
border-color: #68639F;
}
.TagClassName
{
border-color: #68639F;
}
</style>