Shades of Scampi #6B6B91
Tints of Scampi #6B6B91
RGB
CMYK
RGB Variations
Color information
#6B6B91 (or 0x6B6B91) is known color: Scampi. HEX triplet: 6B, 6B and 91. RGB value is (107,107,145). Sum of RGB (Red+Green+Blue) = 107+107+145=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B6B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6B91 is #94946E. Grayscale: #6F6F6F. Windows color (decimal): -9737327 or 9530219. OLE color: 9530219.
HSL color Cylindrical-coordinate representation of color #6B6B91: hue angle of 240º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B6B91 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 107 | 145 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.43 |
| HSL | 240º | 0.15% | 0.49% | - |
| HSV(B) | 240º | 0.26% | 0.57% | - |
| XYZ | 16.43 | 15.69 | 28.95 | - |
| YUV | 111.33 | 147 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 107 | 145 | 0.26 | 0.26 | 0 | 0.43 | 240 | 0.15 | 0.49 |
| Hex | 6B | 6B | 91 | 1A | 1A | 0 | 2B | F0 | F | 31 |
| Octal | 153 | 153 | 221 | 32 | 32 | 0 | 53 | 360 | 17 | 61 |
| Binary | 1101011 | 1101011 | 10010001 | 11010 | 11010 | 0 | 101011 | 11110000 | 1111 | 110001 |
Color Harmonies of #6B6B91
Complementary color
Monochromatic Colors of #6B6B91
Black with #6B6B91
Text Example
Text Example
White with #6B6B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6B91; }
p { color: rgb(107,107,145); }
H1.HeaderClassName
{
color: #6B6B91;
}
.AnyTagClassName
{
color: #6B6B91;
}
</style>
background-color css
<style>
a { background-color: #6B6B91; }
a { background-color: rgb(107,107,145); }
div.DivClassName
{
background-color: #6B6B91;
}
.BgClassName
{
background-color: #6B6B91;
}
</style>
border-color css
<style>
span { border-color: #6B6B91; }
span { border-color: rgb(107,107,145); }
td.TdClassName
{
border-color: #6B6B91;
}
.TagClassName
{
border-color: #6B6B91;
}
</style>