Shades of Scampi #6B6994
Tints of Scampi #6B6994
RGB
CMYK
RGB Variations
Color information
#6B6994 (or 0x6B6994) is known color: Scampi. HEX triplet: 6B, 69 and 94. RGB value is (107,105,148). Sum of RGB (Red+Green+Blue) = 107+105+148=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 148 - color contains mainly: blue. Hex color #6B6994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6994 is #94966B. Grayscale: #6E6E6E. Windows color (decimal): -9737836 or 9726315. OLE color: 9726315.
HSL color Cylindrical-coordinate representation of color #6B6994: hue angle of 242.79º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B6994 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 105 | 148 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.42 |
| HSL | 242.79º | 0.17% | 0.5% | - |
| HSV(B) | 242.79º | 0.29% | 0.58% | - |
| XYZ | 16.46 | 15.37 | 30.12 | - |
| YUV | 110.5 | 149.16 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 105 | 148 | 0.28 | 0.29 | 0 | 0.42 | 242.79 | 0.17 | 0.5 |
| Hex | 6B | 69 | 94 | 1C | 1D | 0 | 2A | F3 | 11 | 32 |
| Octal | 153 | 151 | 224 | 34 | 35 | 0 | 52 | 363 | 21 | 62 |
| Binary | 1101011 | 1101001 | 10010100 | 11100 | 11101 | 0 | 101010 | 11110011 | 10001 | 110010 |
Color Harmonies of #6B6994
Complementary color
Monochromatic Colors of #6B6994
Black with #6B6994
Text Example
Text Example
White with #6B6994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6994; }
p { color: rgb(107,105,148); }
H1.HeaderClassName
{
color: #6B6994;
}
.AnyTagClassName
{
color: #6B6994;
}
</style>
background-color css
<style>
a { background-color: #6B6994; }
a { background-color: rgb(107,105,148); }
div.DivClassName
{
background-color: #6B6994;
}
.BgClassName
{
background-color: #6B6994;
}
</style>
border-color css
<style>
span { border-color: #6B6994; }
span { border-color: rgb(107,105,148); }
td.TdClassName
{
border-color: #6B6994;
}
.TagClassName
{
border-color: #6B6994;
}
</style>