Shades of Scampi #6B6493
Tints of Scampi #6B6493
RGB
CMYK
RGB Variations
Color information
#6B6493 (or 0x6B6493) is known color: Scampi. HEX triplet: 6B, 64 and 93. RGB value is (107,100,147). Sum of RGB (Red+Green+Blue) = 107+100+147=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #6B6493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6493 is #949B6C. Grayscale: #6B6B6B. Windows color (decimal): -9739117 or 9659499. OLE color: 9659499.
HSL color Cylindrical-coordinate representation of color #6B6493: hue angle of 248.94º 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 #6B6493 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 100 | 147 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.42 |
| HSL | 248.94º | 0.19% | 0.48% | - |
| HSV(B) | 248.94º | 0.32% | 0.58% | - |
| XYZ | 15.89 | 14.35 | 29.54 | - |
| YUV | 107.45 | 150.32 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 100 | 147 | 0.27 | 0.32 | 0 | 0.42 | 248.94 | 0.19 | 0.48 |
| Hex | 6B | 64 | 93 | 1B | 20 | 0 | 2A | F9 | 13 | 30 |
| Octal | 153 | 144 | 223 | 33 | 40 | 0 | 52 | 371 | 23 | 60 |
| Binary | 1101011 | 1100100 | 10010011 | 11011 | 100000 | 0 | 101010 | 11111001 | 10011 | 110000 |
Color Harmonies of #6B6493
Complementary color
Monochromatic Colors of #6B6493
Black with #6B6493
Text Example
Text Example
White with #6B6493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6493; }
p { color: rgb(107,100,147); }
H1.HeaderClassName
{
color: #6B6493;
}
.AnyTagClassName
{
color: #6B6493;
}
</style>
background-color css
<style>
a { background-color: #6B6493; }
a { background-color: rgb(107,100,147); }
div.DivClassName
{
background-color: #6B6493;
}
.BgClassName
{
background-color: #6B6493;
}
</style>
border-color css
<style>
span { border-color: #6B6493; }
span { border-color: rgb(107,100,147); }
td.TdClassName
{
border-color: #6B6493;
}
.TagClassName
{
border-color: #6B6493;
}
</style>