Shades of Scampi #68659B
Tints of Scampi #68659B
RGB
CMYK
RGB Variations
Color information
#68659B (or 0x68659B) is known color: Scampi. HEX triplet: 68, 65 and 9B. RGB value is (104,101,155). Sum of RGB (Red+Green+Blue) = 104+101+155=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #68659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68659B is #979A64. Grayscale: #6B6B6B. Windows color (decimal): -9935461 or 10184040. OLE color: 10184040.
HSL color Cylindrical-coordinate representation of color #68659B: hue angle of 243.33º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68659B is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 101 | 155 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.39 |
| HSL | 243.33º | 0.21% | 0.5% | - |
| HSV(B) | 243.33º | 0.35% | 0.61% | - |
| XYZ | 16.28 | 14.62 | 32.97 | - |
| YUV | 108.05 | 154.49 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 155 | 0.33 | 0.35 | 0 | 0.39 | 243.33 | 0.21 | 0.5 |
| Hex | 68 | 65 | 9B | 21 | 23 | 0 | 27 | F3 | 15 | 32 |
| Octal | 150 | 145 | 233 | 41 | 43 | 0 | 47 | 363 | 25 | 62 |
| Binary | 1101000 | 1100101 | 10011011 | 100001 | 100011 | 0 | 100111 | 11110011 | 10101 | 110010 |
Color Harmonies of #68659B
Complementary color
Monochromatic Colors of #68659B
Black with #68659B
Text Example
Text Example
White with #68659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68659B; }
p { color: rgb(104,101,155); }
H1.HeaderClassName
{
color: #68659B;
}
.AnyTagClassName
{
color: #68659B;
}
</style>
background-color css
<style>
a { background-color: #68659B; }
a { background-color: rgb(104,101,155); }
div.DivClassName
{
background-color: #68659B;
}
.BgClassName
{
background-color: #68659B;
}
</style>
border-color css
<style>
span { border-color: #68659B; }
span { border-color: rgb(104,101,155); }
td.TdClassName
{
border-color: #68659B;
}
.TagClassName
{
border-color: #68659B;
}
</style>