Shades of Scampi #6F6496
Tints of Scampi #6F6496
RGB
CMYK
RGB Variations
Color information
#6F6496 (or 0x6F6496) is known color: Scampi. HEX triplet: 6F, 64 and 96. RGB value is (111,100,150). Sum of RGB (Red+Green+Blue) = 111+100+150=361 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.75% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 150 - color contains mainly: blue. Hex color #6F6496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6496 is #909B69. Grayscale: #6C6C6C. Windows color (decimal): -9476970 or 9856111. OLE color: 9856111.
HSL color Cylindrical-coordinate representation of color #6F6496: hue angle of 253.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F6496 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 111 | 100 | 150 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.41 |
| HSL | 253.2º | 0.2% | 0.49% | - |
| HSV(B) | 253.2º | 0.33% | 0.59% | - |
| XYZ | 16.62 | 14.7 | 30.81 | - |
| YUV | 108.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 150 | 0.26 | 0.33 | 0 | 0.41 | 253.2 | 0.2 | 0.49 |
| Hex | 6F | 64 | 96 | 1A | 21 | 0 | 29 | FD | 14 | 31 |
| Octal | 157 | 144 | 226 | 32 | 41 | 0 | 51 | 375 | 24 | 61 |
| Binary | 1101111 | 1100100 | 10010110 | 11010 | 100001 | 0 | 101001 | 11111101 | 10100 | 110001 |
Color Harmonies of #6F6496
Complementary color
Monochromatic Colors of #6F6496
Black with #6F6496
Text Example
Text Example
White with #6F6496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6496; }
p { color: rgb(111,100,150); }
H1.HeaderClassName
{
color: #6F6496;
}
.AnyTagClassName
{
color: #6F6496;
}
</style>
background-color css
<style>
a { background-color: #6F6496; }
a { background-color: rgb(111,100,150); }
div.DivClassName
{
background-color: #6F6496;
}
.BgClassName
{
background-color: #6F6496;
}
</style>
border-color css
<style>
span { border-color: #6F6496; }
span { border-color: rgb(111,100,150); }
td.TdClassName
{
border-color: #6F6496;
}
.TagClassName
{
border-color: #6F6496;
}
</style>