Shades of Scampi #6B6691
Tints of Scampi #6B6691
RGB
CMYK
RGB Variations
Color information
#6B6691 (or 0x6B6691) is known color: Scampi. HEX triplet: 6B, 66 and 91. RGB value is (107,102,145). Sum of RGB (Red+Green+Blue) = 107+102+145=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B6691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6691 is #94996E. Grayscale: #6C6C6C. Windows color (decimal): -9738607 or 9528939. OLE color: 9528939.
HSL color Cylindrical-coordinate representation of color #6B6691: hue angle of 246.98º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B6691 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 102 | 145 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.43 |
| HSL | 246.98º | 0.17% | 0.48% | - |
| HSV(B) | 246.98º | 0.3% | 0.57% | - |
| XYZ | 15.93 | 14.67 | 28.78 | - |
| YUV | 108.4 | 148.66 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 102 | 145 | 0.26 | 0.30 | 0 | 0.43 | 246.98 | 0.17 | 0.48 |
| Hex | 6B | 66 | 91 | 1A | 1E | 0 | 2B | F7 | 11 | 30 |
| Octal | 153 | 146 | 221 | 32 | 36 | 0 | 53 | 367 | 21 | 60 |
| Binary | 1101011 | 1100110 | 10010001 | 11010 | 11110 | 0 | 101011 | 11110111 | 10001 | 110000 |
Color Harmonies of #6B6691
Complementary color
Monochromatic Colors of #6B6691
Black with #6B6691
Text Example
Text Example
White with #6B6691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6691; }
p { color: rgb(107,102,145); }
H1.HeaderClassName
{
color: #6B6691;
}
.AnyTagClassName
{
color: #6B6691;
}
</style>
background-color css
<style>
a { background-color: #6B6691; }
a { background-color: rgb(107,102,145); }
div.DivClassName
{
background-color: #6B6691;
}
.BgClassName
{
background-color: #6B6691;
}
</style>
border-color css
<style>
span { border-color: #6B6691; }
span { border-color: rgb(107,102,145); }
td.TdClassName
{
border-color: #6B6691;
}
.TagClassName
{
border-color: #6B6691;
}
</style>