Shades of Scampi #68599A
Tints of Scampi #68599A
RGB
CMYK
RGB Variations
Color information
#68599A (or 0x68599A) is known color: Scampi. HEX triplet: 68, 59 and 9A. RGB value is (104,89,154). Sum of RGB (Red+Green+Blue) = 104+89+154=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #68599A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68599A is #97A665. Grayscale: #646464. Windows color (decimal): -9938534 or 10115432. OLE color: 10115432.
HSL color Cylindrical-coordinate representation of color #68599A: hue angle of 253.85º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68599A is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 89 | 154 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.40 |
| HSL | 253.85º | 0.27% | 0.48% | - |
| HSV(B) | 253.85º | 0.42% | 0.6% | - |
| XYZ | 15.11 | 12.42 | 32.17 | - |
| YUV | 100.9 | 157.97 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 89 | 154 | 0.32 | 0.42 | 0 | 0.40 | 253.85 | 0.27 | 0.48 |
| Hex | 68 | 59 | 9A | 20 | 2A | 0 | 28 | FE | 1B | 30 |
| Octal | 150 | 131 | 232 | 40 | 52 | 0 | 50 | 376 | 33 | 60 |
| Binary | 1101000 | 1011001 | 10011010 | 100000 | 101010 | 0 | 101000 | 11111110 | 11011 | 110000 |
Color Harmonies of #68599A
Complementary color
Monochromatic Colors of #68599A
Black with #68599A
Text Example
Text Example
White with #68599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68599A; }
p { color: rgb(104,89,154); }
H1.HeaderClassName
{
color: #68599A;
}
.AnyTagClassName
{
color: #68599A;
}
</style>
background-color css
<style>
a { background-color: #68599A; }
a { background-color: rgb(104,89,154); }
div.DivClassName
{
background-color: #68599A;
}
.BgClassName
{
background-color: #68599A;
}
</style>
border-color css
<style>
span { border-color: #68599A; }
span { border-color: rgb(104,89,154); }
td.TdClassName
{
border-color: #68599A;
}
.TagClassName
{
border-color: #68599A;
}
</style>