Shades of Scampi #685C9C
Tints of Scampi #685C9C
RGB
CMYK
RGB Variations
Color information
#685C9C (or 0x685C9C) is known color: Scampi. HEX triplet: 68, 5C and 9C. RGB value is (104,92,156). Sum of RGB (Red+Green+Blue) = 104+92+156=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #685C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685C9C is #97A363. Grayscale: #666666. Windows color (decimal): -9937764 or 10247272. OLE color: 10247272.
HSL color Cylindrical-coordinate representation of color #685C9C: hue angle of 251.25º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #685C9C is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 92 | 156 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.39 |
| HSL | 251.25º | 0.26% | 0.49% | - |
| HSV(B) | 251.25º | 0.41% | 0.61% | - |
| XYZ | 15.54 | 13 | 33.14 | - |
| YUV | 102.88 | 157.98 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 156 | 0.33 | 0.41 | 0 | 0.39 | 251.25 | 0.26 | 0.49 |
| Hex | 68 | 5C | 9C | 21 | 29 | 0 | 27 | FB | 1A | 31 |
| Octal | 150 | 134 | 234 | 41 | 51 | 0 | 47 | 373 | 32 | 61 |
| Binary | 1101000 | 1011100 | 10011100 | 100001 | 101001 | 0 | 100111 | 11111011 | 11010 | 110001 |
Color Harmonies of #685C9C
Complementary color
Monochromatic Colors of #685C9C
Black with #685C9C
Text Example
Text Example
White with #685C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685C9C; }
p { color: rgb(104,92,156); }
H1.HeaderClassName
{
color: #685C9C;
}
.AnyTagClassName
{
color: #685C9C;
}
</style>
background-color css
<style>
a { background-color: #685C9C; }
a { background-color: rgb(104,92,156); }
div.DivClassName
{
background-color: #685C9C;
}
.BgClassName
{
background-color: #685C9C;
}
</style>
border-color css
<style>
span { border-color: #685C9C; }
span { border-color: rgb(104,92,156); }
td.TdClassName
{
border-color: #685C9C;
}
.TagClassName
{
border-color: #685C9C;
}
</style>