Shades of Scampi #6B6491
Tints of Scampi #6B6491
RGB
CMYK
RGB Variations
Color information
#6B6491 (or 0x6B6491) is known color: Scampi. HEX triplet: 6B, 64 and 91. RGB value is (107,100,145). Sum of RGB (Red+Green+Blue) = 107+100+145=352 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.40% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B6491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6491 is #949B6E. Grayscale: #6B6B6B. Windows color (decimal): -9739119 or 9528427. OLE color: 9528427.
HSL color Cylindrical-coordinate representation of color #6B6491: hue angle of 249.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B6491 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 100 | 145 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.43 |
| HSL | 249.33º | 0.18% | 0.48% | - |
| HSV(B) | 249.33º | 0.31% | 0.57% | - |
| XYZ | 15.73 | 14.28 | 28.72 | - |
| YUV | 107.22 | 149.32 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 100 | 145 | 0.26 | 0.31 | 0 | 0.43 | 249.33 | 0.18 | 0.48 |
| Hex | 6B | 64 | 91 | 1A | 1F | 0 | 2B | F9 | 12 | 30 |
| Octal | 153 | 144 | 221 | 32 | 37 | 0 | 53 | 371 | 22 | 60 |
| Binary | 1101011 | 1100100 | 10010001 | 11010 | 11111 | 0 | 101011 | 11111001 | 10010 | 110000 |
Color Harmonies of #6B6491
Complementary color
Monochromatic Colors of #6B6491
Black with #6B6491
Text Example
Text Example
White with #6B6491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6491; }
p { color: rgb(107,100,145); }
H1.HeaderClassName
{
color: #6B6491;
}
.AnyTagClassName
{
color: #6B6491;
}
</style>
background-color css
<style>
a { background-color: #6B6491; }
a { background-color: rgb(107,100,145); }
div.DivClassName
{
background-color: #6B6491;
}
.BgClassName
{
background-color: #6B6491;
}
</style>
border-color css
<style>
span { border-color: #6B6491; }
span { border-color: rgb(107,100,145); }
td.TdClassName
{
border-color: #6B6491;
}
.TagClassName
{
border-color: #6B6491;
}
</style>