Shades of Scampi #68569E
Tints of Scampi #68569E
RGB
CMYK
RGB Variations
Color information
#68569E (or 0x68569E) is known color: Scampi. HEX triplet: 68, 56 and 9E. RGB value is (104,86,158). Sum of RGB (Red+Green+Blue) = 104+86+158=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #68569E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68569E is #97A961. Grayscale: #636363. Windows color (decimal): -9939298 or 10376808. OLE color: 10376808.
HSL color Cylindrical-coordinate representation of color #68569E: hue angle of 255º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68569E is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 86 | 158 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.38 |
| HSL | 255º | 0.3% | 0.48% | - |
| HSV(B) | 255º | 0.46% | 0.62% | - |
| XYZ | 15.21 | 12.07 | 33.88 | - |
| YUV | 99.59 | 160.96 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 158 | 0.34 | 0.46 | 0 | 0.38 | 255 | 0.3 | 0.48 |
| Hex | 68 | 56 | 9E | 22 | 2E | 0 | 26 | FF | 1E | 30 |
| Octal | 150 | 126 | 236 | 42 | 56 | 0 | 46 | 377 | 36 | 60 |
| Binary | 1101000 | 1010110 | 10011110 | 100010 | 101110 | 0 | 100110 | 11111111 | 11110 | 110000 |
Color Harmonies of #68569E
Complementary color
Monochromatic Colors of #68569E
Black with #68569E
Text Example
Text Example
White with #68569E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68569E; }
p { color: rgb(104,86,158); }
H1.HeaderClassName
{
color: #68569E;
}
.AnyTagClassName
{
color: #68569E;
}
</style>
background-color css
<style>
a { background-color: #68569E; }
a { background-color: rgb(104,86,158); }
div.DivClassName
{
background-color: #68569E;
}
.BgClassName
{
background-color: #68569E;
}
</style>
border-color css
<style>
span { border-color: #68569E; }
span { border-color: rgb(104,86,158); }
td.TdClassName
{
border-color: #68569E;
}
.TagClassName
{
border-color: #68569E;
}
</style>