Shades of Scampi #68619D
Tints of Scampi #68619D
RGB
CMYK
RGB Variations
Color information
#68619D (or 0x68619D) is known color: Scampi. HEX triplet: 68, 61 and 9D. RGB value is (104,97,157). Sum of RGB (Red+Green+Blue) = 104+97+157=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #68619D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68619D is #979E62. Grayscale: #696969. Windows color (decimal): -9936483 or 10314088. OLE color: 10314088.
HSL color Cylindrical-coordinate representation of color #68619D: hue angle of 247º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68619D is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 97 | 157 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.38 |
| HSL | 247º | 0.24% | 0.5% | - |
| HSV(B) | 247º | 0.38% | 0.62% | - |
| XYZ | 16.07 | 13.93 | 33.74 | - |
| YUV | 105.93 | 156.82 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 157 | 0.34 | 0.38 | 0 | 0.38 | 247 | 0.24 | 0.5 |
| Hex | 68 | 61 | 9D | 22 | 26 | 0 | 26 | F7 | 18 | 32 |
| Octal | 150 | 141 | 235 | 42 | 46 | 0 | 46 | 367 | 30 | 62 |
| Binary | 1101000 | 1100001 | 10011101 | 100010 | 100110 | 0 | 100110 | 11110111 | 11000 | 110010 |
Color Harmonies of #68619D
Complementary color
Monochromatic Colors of #68619D
Black with #68619D
Text Example
Text Example
White with #68619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68619D; }
p { color: rgb(104,97,157); }
H1.HeaderClassName
{
color: #68619D;
}
.AnyTagClassName
{
color: #68619D;
}
</style>
background-color css
<style>
a { background-color: #68619D; }
a { background-color: rgb(104,97,157); }
div.DivClassName
{
background-color: #68619D;
}
.BgClassName
{
background-color: #68619D;
}
</style>
border-color css
<style>
span { border-color: #68619D; }
span { border-color: rgb(104,97,157); }
td.TdClassName
{
border-color: #68619D;
}
.TagClassName
{
border-color: #68619D;
}
</style>