Shades of Scampi #6C6493
Tints of Scampi #6C6493
RGB
CMYK
RGB Variations
Color information
#6C6493 (or 0x6C6493) is known color: Scampi. HEX triplet: 6C, 64 and 93. RGB value is (108,100,147). Sum of RGB (Red+Green+Blue) = 108+100+147=355 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.42% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #6C6493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6493 is #939B6C. Grayscale: #6B6B6B. Windows color (decimal): -9673581 or 9659500. OLE color: 9659500.
HSL color Cylindrical-coordinate representation of color #6C6493: hue angle of 250.21º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C6493 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 100 | 147 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.42 |
| HSL | 250.21º | 0.19% | 0.48% | - |
| HSV(B) | 250.21º | 0.32% | 0.58% | - |
| XYZ | 16.01 | 14.41 | 29.54 | - |
| YUV | 107.75 | 150.15 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 100 | 147 | 0.27 | 0.32 | 0 | 0.42 | 250.21 | 0.19 | 0.48 |
| Hex | 6C | 64 | 93 | 1B | 20 | 0 | 2A | FA | 13 | 30 |
| Octal | 154 | 144 | 223 | 33 | 40 | 0 | 52 | 372 | 23 | 60 |
| Binary | 1101100 | 1100100 | 10010011 | 11011 | 100000 | 0 | 101010 | 11111010 | 10011 | 110000 |
Color Harmonies of #6C6493
Complementary color
Monochromatic Colors of #6C6493
Black with #6C6493
Text Example
Text Example
White with #6C6493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6493; }
p { color: rgb(108,100,147); }
H1.HeaderClassName
{
color: #6C6493;
}
.AnyTagClassName
{
color: #6C6493;
}
</style>
background-color css
<style>
a { background-color: #6C6493; }
a { background-color: rgb(108,100,147); }
div.DivClassName
{
background-color: #6C6493;
}
.BgClassName
{
background-color: #6C6493;
}
</style>
border-color css
<style>
span { border-color: #6C6493; }
span { border-color: rgb(108,100,147); }
td.TdClassName
{
border-color: #6C6493;
}
.TagClassName
{
border-color: #6C6493;
}
</style>