Shades of Scampi #68599D
Tints of Scampi #68599D
RGB
CMYK
RGB Variations
Color information
#68599D (or 0x68599D) is known color: Scampi. HEX triplet: 68, 59 and 9D. RGB value is (104,89,157). Sum of RGB (Red+Green+Blue) = 104+89+157=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #68599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68599D is #97A662. Grayscale: #646464. Windows color (decimal): -9938531 or 10312040. OLE color: 10312040.
HSL color Cylindrical-coordinate representation of color #68599D: hue angle of 253.24º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68599D is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 89 | 157 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.38 |
| HSL | 253.24º | 0.28% | 0.48% | - |
| HSV(B) | 253.24º | 0.43% | 0.62% | - |
| XYZ | 15.37 | 12.52 | 33.51 | - |
| YUV | 101.24 | 159.47 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 89 | 157 | 0.34 | 0.43 | 0 | 0.38 | 253.24 | 0.28 | 0.48 |
| Hex | 68 | 59 | 9D | 22 | 2B | 0 | 26 | FD | 1C | 30 |
| Octal | 150 | 131 | 235 | 42 | 53 | 0 | 46 | 375 | 34 | 60 |
| Binary | 1101000 | 1011001 | 10011101 | 100010 | 101011 | 0 | 100110 | 11111101 | 11100 | 110000 |
Color Harmonies of #68599D
Complementary color
Monochromatic Colors of #68599D
Black with #68599D
Text Example
Text Example
White with #68599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68599D; }
p { color: rgb(104,89,157); }
H1.HeaderClassName
{
color: #68599D;
}
.AnyTagClassName
{
color: #68599D;
}
</style>
background-color css
<style>
a { background-color: #68599D; }
a { background-color: rgb(104,89,157); }
div.DivClassName
{
background-color: #68599D;
}
.BgClassName
{
background-color: #68599D;
}
</style>
border-color css
<style>
span { border-color: #68599D; }
span { border-color: rgb(104,89,157); }
td.TdClassName
{
border-color: #68599D;
}
.TagClassName
{
border-color: #68599D;
}
</style>