Shades of Scampi #686B95
Tints of Scampi #686B95
RGB
CMYK
RGB Variations
Color information
#686B95 (or 0x686B95) is known color: Scampi. HEX triplet: 68, 6B and 95. RGB value is (104,107,149). Sum of RGB (Red+Green+Blue) = 104+107+149=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 149 - color contains mainly: blue. Hex color #686B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686B95 is #97946A. Grayscale: #6E6E6E. Windows color (decimal): -9933931 or 9792360. OLE color: 9792360.
HSL color Cylindrical-coordinate representation of color #686B95: hue angle of 236º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #686B95 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 107 | 149 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.42 |
| HSL | 236º | 0.18% | 0.5% | - |
| HSV(B) | 236º | 0.3% | 0.58% | - |
| XYZ | 16.39 | 15.63 | 30.59 | - |
| YUV | 110.89 | 149.51 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 149 | 0.30 | 0.28 | 0 | 0.42 | 236 | 0.18 | 0.5 |
| Hex | 68 | 6B | 95 | 1E | 1C | 0 | 2A | EC | 12 | 32 |
| Octal | 150 | 153 | 225 | 36 | 34 | 0 | 52 | 354 | 22 | 62 |
| Binary | 1101000 | 1101011 | 10010101 | 11110 | 11100 | 0 | 101010 | 11101100 | 10010 | 110010 |
Color Harmonies of #686B95
Complementary color
Monochromatic Colors of #686B95
Black with #686B95
Text Example
Text Example
White with #686B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B95; }
p { color: rgb(104,107,149); }
H1.HeaderClassName
{
color: #686B95;
}
.AnyTagClassName
{
color: #686B95;
}
</style>
background-color css
<style>
a { background-color: #686B95; }
a { background-color: rgb(104,107,149); }
div.DivClassName
{
background-color: #686B95;
}
.BgClassName
{
background-color: #686B95;
}
</style>
border-color css
<style>
span { border-color: #686B95; }
span { border-color: rgb(104,107,149); }
td.TdClassName
{
border-color: #686B95;
}
.TagClassName
{
border-color: #686B95;
}
</style>