Shades of Scampi #6C649F
Tints of Scampi #6C649F
RGB
CMYK
RGB Variations
Color information
#6C649F (or 0x6C649F) is known color: Scampi. HEX triplet: 6C, 64 and 9F. RGB value is (108,100,159). Sum of RGB (Red+Green+Blue) = 108+100+159=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C649F is #939B60. Grayscale: #6C6C6C. Windows color (decimal): -9673569 or 10445932. OLE color: 10445932.
HSL color Cylindrical-coordinate representation of color #6C649F: hue angle of 248.14º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C649F is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 100 | 159 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.38 |
| HSL | 248.14º | 0.24% | 0.51% | - |
| HSV(B) | 248.14º | 0.37% | 0.62% | - |
| XYZ | 17 | 14.81 | 34.76 | - |
| YUV | 109.12 | 156.15 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 100 | 159 | 0.32 | 0.37 | 0 | 0.38 | 248.14 | 0.24 | 0.51 |
| Hex | 6C | 64 | 9F | 20 | 25 | 0 | 26 | F8 | 18 | 33 |
| Octal | 154 | 144 | 237 | 40 | 45 | 0 | 46 | 370 | 30 | 63 |
| Binary | 1101100 | 1100100 | 10011111 | 100000 | 100101 | 0 | 100110 | 11111000 | 11000 | 110011 |
Color Harmonies of #6C649F
Complementary color
Monochromatic Colors of #6C649F
Black with #6C649F
Text Example
Text Example
White with #6C649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C649F; }
p { color: rgb(108,100,159); }
H1.HeaderClassName
{
color: #6C649F;
}
.AnyTagClassName
{
color: #6C649F;
}
</style>
background-color css
<style>
a { background-color: #6C649F; }
a { background-color: rgb(108,100,159); }
div.DivClassName
{
background-color: #6C649F;
}
.BgClassName
{
background-color: #6C649F;
}
</style>
border-color css
<style>
span { border-color: #6C649F; }
span { border-color: rgb(108,100,159); }
td.TdClassName
{
border-color: #6C649F;
}
.TagClassName
{
border-color: #6C649F;
}
</style>