Shades of Scampi #6C6697
Tints of Scampi #6C6697
RGB
CMYK
RGB Variations
Color information
#6C6697 (or 0x6C6697) is known color: Scampi. HEX triplet: 6C, 66 and 97. RGB value is (108,102,151). Sum of RGB (Red+Green+Blue) = 108+102+151=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 151 - color contains mainly: blue. Hex color #6C6697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6697 is #939968. Grayscale: #6D6D6D. Windows color (decimal): -9673065 or 9922156. OLE color: 9922156.
HSL color Cylindrical-coordinate representation of color #6C6697: hue angle of 247.35º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C6697 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 108 | 102 | 151 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.41 |
| HSL | 247.35º | 0.19% | 0.5% | - |
| HSV(B) | 247.35º | 0.32% | 0.59% | - |
| XYZ | 16.52 | 14.93 | 31.29 | - |
| YUV | 109.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 102 | 151 | 0.28 | 0.32 | 0 | 0.41 | 247.35 | 0.19 | 0.5 |
| Hex | 6C | 66 | 97 | 1C | 20 | 0 | 29 | F7 | 13 | 32 |
| Octal | 154 | 146 | 227 | 34 | 40 | 0 | 51 | 367 | 23 | 62 |
| Binary | 1101100 | 1100110 | 10010111 | 11100 | 100000 | 0 | 101001 | 11110111 | 10011 | 110010 |
Color Harmonies of #6C6697
Complementary color
Monochromatic Colors of #6C6697
Black with #6C6697
Text Example
Text Example
White with #6C6697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6697; }
p { color: rgb(108,102,151); }
H1.HeaderClassName
{
color: #6C6697;
}
.AnyTagClassName
{
color: #6C6697;
}
</style>
background-color css
<style>
a { background-color: #6C6697; }
a { background-color: rgb(108,102,151); }
div.DivClassName
{
background-color: #6C6697;
}
.BgClassName
{
background-color: #6C6697;
}
</style>
border-color css
<style>
span { border-color: #6C6697; }
span { border-color: rgb(108,102,151); }
td.TdClassName
{
border-color: #6C6697;
}
.TagClassName
{
border-color: #6C6697;
}
</style>