Shades of Scampi #68659A
Tints of Scampi #68659A
RGB
CMYK
RGB Variations
Color information
#68659A (or 0x68659A) is known color: Scampi. HEX triplet: 68, 65 and 9A. RGB value is (104,101,154). Sum of RGB (Red+Green+Blue) = 104+101+154=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 154 - color contains mainly: blue. Hex color #68659A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68659A is #979A65. Grayscale: #6B6B6B. Windows color (decimal): -9935462 or 10118504. OLE color: 10118504.
HSL color Cylindrical-coordinate representation of color #68659A: hue angle of 243.4º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68659A is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 101 | 154 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.40 |
| HSL | 243.4º | 0.21% | 0.5% | - |
| HSV(B) | 243.4º | 0.34% | 0.6% | - |
| XYZ | 16.2 | 14.58 | 32.53 | - |
| YUV | 107.94 | 153.99 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 154 | 0.32 | 0.34 | 0 | 0.40 | 243.4 | 0.21 | 0.5 |
| Hex | 68 | 65 | 9A | 20 | 22 | 0 | 28 | F3 | 15 | 32 |
| Octal | 150 | 145 | 232 | 40 | 42 | 0 | 50 | 363 | 25 | 62 |
| Binary | 1101000 | 1100101 | 10011010 | 100000 | 100010 | 0 | 101000 | 11110011 | 10101 | 110010 |
Color Harmonies of #68659A
Complementary color
Monochromatic Colors of #68659A
Black with #68659A
Text Example
Text Example
White with #68659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68659A; }
p { color: rgb(104,101,154); }
H1.HeaderClassName
{
color: #68659A;
}
.AnyTagClassName
{
color: #68659A;
}
</style>
background-color css
<style>
a { background-color: #68659A; }
a { background-color: rgb(104,101,154); }
div.DivClassName
{
background-color: #68659A;
}
.BgClassName
{
background-color: #68659A;
}
</style>
border-color css
<style>
span { border-color: #68659A; }
span { border-color: rgb(104,101,154); }
td.TdClassName
{
border-color: #68659A;
}
.TagClassName
{
border-color: #68659A;
}
</style>