Shades of Scampi #685C9D
Tints of Scampi #685C9D
RGB
CMYK
RGB Variations
Color information
#685C9D (or 0x685C9D) is known color: Scampi. HEX triplet: 68, 5C and 9D. RGB value is (104,92,157). Sum of RGB (Red+Green+Blue) = 104+92+157=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #685C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685C9D is #97A362. Grayscale: #666666. Windows color (decimal): -9937763 or 10312808. OLE color: 10312808.
HSL color Cylindrical-coordinate representation of color #685C9D: hue angle of 251.08º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #685C9D is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 92 | 157 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.38 |
| HSL | 251.08º | 0.26% | 0.49% | - |
| HSV(B) | 251.08º | 0.41% | 0.62% | - |
| XYZ | 15.62 | 13.03 | 33.59 | - |
| YUV | 103 | 158.48 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 157 | 0.34 | 0.41 | 0 | 0.38 | 251.08 | 0.26 | 0.49 |
| Hex | 68 | 5C | 9D | 22 | 29 | 0 | 26 | FB | 1A | 31 |
| Octal | 150 | 134 | 235 | 42 | 51 | 0 | 46 | 373 | 32 | 61 |
| Binary | 1101000 | 1011100 | 10011101 | 100010 | 101001 | 0 | 100110 | 11111011 | 11010 | 110001 |
Color Harmonies of #685C9D
Complementary color
Monochromatic Colors of #685C9D
Black with #685C9D
Text Example
Text Example
White with #685C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685C9D; }
p { color: rgb(104,92,157); }
H1.HeaderClassName
{
color: #685C9D;
}
.AnyTagClassName
{
color: #685C9D;
}
</style>
background-color css
<style>
a { background-color: #685C9D; }
a { background-color: rgb(104,92,157); }
div.DivClassName
{
background-color: #685C9D;
}
.BgClassName
{
background-color: #685C9D;
}
</style>
border-color css
<style>
span { border-color: #685C9D; }
span { border-color: rgb(104,92,157); }
td.TdClassName
{
border-color: #685C9D;
}
.TagClassName
{
border-color: #685C9D;
}
</style>