Shades of Scampi #6C5C99
Tints of Scampi #6C5C99
RGB
CMYK
RGB Variations
Color information
#6C5C99 (or 0x6C5C99) is known color: Scampi. HEX triplet: 6C, 5C and 99. RGB value is (108,92,153). Sum of RGB (Red+Green+Blue) = 108+92+153=353 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.59% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C5C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5C99 is #93A366. Grayscale: #676767. Windows color (decimal): -9675623 or 10050668. OLE color: 10050668.
HSL color Cylindrical-coordinate representation of color #6C5C99: hue angle of 255.74º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C5C99 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 108 | 92 | 153 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.4 |
| HSL | 255.74º | 0.25% | 0.48% | - |
| HSV(B) | 255.74º | 0.4% | 0.6% | - |
| XYZ | 15.76 | 13.14 | 31.84 | - |
| YUV | 103.74 | 155.8 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 92 | 153 | 0.29 | 0.40 | 0 | 0.4 | 255.74 | 0.25 | 0.48 |
| Hex | 6C | 5C | 99 | 1D | 28 | 0 | 28 | 100 | 19 | 30 |
| Octal | 154 | 134 | 231 | 35 | 50 | 0 | 50 | 400 | 31 | 60 |
| Binary | 1101100 | 1011100 | 10011001 | 11101 | 101000 | 0 | 101000 | 100000000 | 11001 | 110000 |
Color Harmonies of #6C5C99
Complementary color
Monochromatic Colors of #6C5C99
Black with #6C5C99
Text Example
Text Example
White with #6C5C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5C99; }
p { color: rgb(108,92,153); }
H1.HeaderClassName
{
color: #6C5C99;
}
.AnyTagClassName
{
color: #6C5C99;
}
</style>
background-color css
<style>
a { background-color: #6C5C99; }
a { background-color: rgb(108,92,153); }
div.DivClassName
{
background-color: #6C5C99;
}
.BgClassName
{
background-color: #6C5C99;
}
</style>
border-color css
<style>
span { border-color: #6C5C99; }
span { border-color: rgb(108,92,153); }
td.TdClassName
{
border-color: #6C5C99;
}
.TagClassName
{
border-color: #6C5C99;
}
</style>