Shades of Scampi #686B98
Tints of Scampi #686B98
RGB
CMYK
RGB Variations
Color information
#686B98 (or 0x686B98) is known color: Scampi. HEX triplet: 68, 6B and 98. RGB value is (104,107,152). Sum of RGB (Red+Green+Blue) = 104+107+152=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #686B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686B98 is #979467. Grayscale: #6F6F6F. Windows color (decimal): -9933928 or 9988968. OLE color: 9988968.
HSL color Cylindrical-coordinate representation of color #686B98: hue angle of 236.25º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #686B98 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 107 | 152 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.40 |
| HSL | 236.25º | 0.19% | 0.5% | - |
| HSV(B) | 236.25º | 0.32% | 0.6% | - |
| XYZ | 16.63 | 15.73 | 31.86 | - |
| YUV | 111.23 | 151.01 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 152 | 0.32 | 0.30 | 0 | 0.40 | 236.25 | 0.19 | 0.5 |
| Hex | 68 | 6B | 98 | 20 | 1E | 0 | 28 | EC | 13 | 32 |
| Octal | 150 | 153 | 230 | 40 | 36 | 0 | 50 | 354 | 23 | 62 |
| Binary | 1101000 | 1101011 | 10011000 | 100000 | 11110 | 0 | 101000 | 11101100 | 10011 | 110010 |
Color Harmonies of #686B98
Complementary color
Monochromatic Colors of #686B98
Black with #686B98
Text Example
Text Example
White with #686B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B98; }
p { color: rgb(104,107,152); }
H1.HeaderClassName
{
color: #686B98;
}
.AnyTagClassName
{
color: #686B98;
}
</style>
background-color css
<style>
a { background-color: #686B98; }
a { background-color: rgb(104,107,152); }
div.DivClassName
{
background-color: #686B98;
}
.BgClassName
{
background-color: #686B98;
}
</style>
border-color css
<style>
span { border-color: #686B98; }
span { border-color: rgb(104,107,152); }
td.TdClassName
{
border-color: #686B98;
}
.TagClassName
{
border-color: #686B98;
}
</style>