Shades of Scampi #68669B
Tints of Scampi #68669B
RGB
CMYK
RGB Variations
Color information
#68669B (or 0x68669B) is known color: Scampi. HEX triplet: 68, 66 and 9B. RGB value is (104,102,155). Sum of RGB (Red+Green+Blue) = 104+102+155=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #68669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68669B is #979964. Grayscale: #6C6C6C. Windows color (decimal): -9935205 or 10184296. OLE color: 10184296.
HSL color Cylindrical-coordinate representation of color #68669B: hue angle of 242.26º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68669B is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 102 | 155 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.39 |
| HSL | 242.26º | 0.21% | 0.5% | - |
| HSV(B) | 242.26º | 0.34% | 0.61% | - |
| XYZ | 16.38 | 14.81 | 33.01 | - |
| YUV | 108.64 | 154.16 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 155 | 0.33 | 0.34 | 0 | 0.39 | 242.26 | 0.21 | 0.5 |
| Hex | 68 | 66 | 9B | 21 | 22 | 0 | 27 | F2 | 15 | 32 |
| Octal | 150 | 146 | 233 | 41 | 42 | 0 | 47 | 362 | 25 | 62 |
| Binary | 1101000 | 1100110 | 10011011 | 100001 | 100010 | 0 | 100111 | 11110010 | 10101 | 110010 |
Color Harmonies of #68669B
Complementary color
Monochromatic Colors of #68669B
Black with #68669B
Text Example
Text Example
White with #68669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68669B; }
p { color: rgb(104,102,155); }
H1.HeaderClassName
{
color: #68669B;
}
.AnyTagClassName
{
color: #68669B;
}
</style>
background-color css
<style>
a { background-color: #68669B; }
a { background-color: rgb(104,102,155); }
div.DivClassName
{
background-color: #68669B;
}
.BgClassName
{
background-color: #68669B;
}
</style>
border-color css
<style>
span { border-color: #68669B; }
span { border-color: rgb(104,102,155); }
td.TdClassName
{
border-color: #68669B;
}
.TagClassName
{
border-color: #68669B;
}
</style>