Shades of Scampi #686A9B
Tints of Scampi #686A9B
RGB
CMYK
RGB Variations
Color information
#686A9B (or 0x686A9B) is known color: Scampi. HEX triplet: 68, 6A and 9B. RGB value is (104,106,155). Sum of RGB (Red+Green+Blue) = 104+106+155=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #686A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686A9B is #979564. Grayscale: #6E6E6E. Windows color (decimal): -9934181 or 10185320. OLE color: 10185320.
HSL color Cylindrical-coordinate representation of color #686A9B: hue angle of 237.65º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #686A9B is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 106 | 155 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.39 |
| HSL | 237.65º | 0.2% | 0.51% | - |
| HSV(B) | 237.65º | 0.33% | 0.61% | - |
| XYZ | 16.78 | 15.62 | 33.14 | - |
| YUV | 110.99 | 152.84 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 155 | 0.33 | 0.32 | 0 | 0.39 | 237.65 | 0.2 | 0.51 |
| Hex | 68 | 6A | 9B | 21 | 20 | 0 | 27 | EE | 14 | 33 |
| Octal | 150 | 152 | 233 | 41 | 40 | 0 | 47 | 356 | 24 | 63 |
| Binary | 1101000 | 1101010 | 10011011 | 100001 | 100000 | 0 | 100111 | 11101110 | 10100 | 110011 |
Color Harmonies of #686A9B
Complementary color
Monochromatic Colors of #686A9B
Black with #686A9B
Text Example
Text Example
White with #686A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686A9B; }
p { color: rgb(104,106,155); }
H1.HeaderClassName
{
color: #686A9B;
}
.AnyTagClassName
{
color: #686A9B;
}
</style>
background-color css
<style>
a { background-color: #686A9B; }
a { background-color: rgb(104,106,155); }
div.DivClassName
{
background-color: #686A9B;
}
.BgClassName
{
background-color: #686A9B;
}
</style>
border-color css
<style>
span { border-color: #686A9B; }
span { border-color: rgb(104,106,155); }
td.TdClassName
{
border-color: #686A9B;
}
.TagClassName
{
border-color: #686A9B;
}
</style>