Shades of Scampi #6C6796
Tints of Scampi #6C6796
RGB
CMYK
RGB Variations
Color information
#6C6796 (or 0x6C6796) is known color: Scampi. HEX triplet: 6C, 67 and 96. RGB value is (108,103,150). Sum of RGB (Red+Green+Blue) = 108+103+150=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 103 (40.62% from 255 or 28.53% 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 #6C6796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6796 is #939869. Grayscale: #6D6D6D. Windows color (decimal): -9672810 or 9856876. OLE color: 9856876.
HSL color Cylindrical-coordinate representation of color #6C6796: hue angle of 246.38º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C6796 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 108 | 103 | 150 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.41 |
| HSL | 246.38º | 0.19% | 0.5% | - |
| HSV(B) | 246.38º | 0.31% | 0.59% | - |
| XYZ | 16.54 | 15.09 | 30.9 | - |
| YUV | 109.85 | 150.66 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 103 | 150 | 0.28 | 0.31 | 0 | 0.41 | 246.38 | 0.19 | 0.5 |
| Hex | 6C | 67 | 96 | 1C | 1F | 0 | 29 | F6 | 13 | 32 |
| Octal | 154 | 147 | 226 | 34 | 37 | 0 | 51 | 366 | 23 | 62 |
| Binary | 1101100 | 1100111 | 10010110 | 11100 | 11111 | 0 | 101001 | 11110110 | 10011 | 110010 |
Color Harmonies of #6C6796
Complementary color
Monochromatic Colors of #6C6796
Black with #6C6796
Text Example
Text Example
White with #6C6796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6796; }
p { color: rgb(108,103,150); }
H1.HeaderClassName
{
color: #6C6796;
}
.AnyTagClassName
{
color: #6C6796;
}
</style>
background-color css
<style>
a { background-color: #6C6796; }
a { background-color: rgb(108,103,150); }
div.DivClassName
{
background-color: #6C6796;
}
.BgClassName
{
background-color: #6C6796;
}
</style>
border-color css
<style>
span { border-color: #6C6796; }
span { border-color: rgb(108,103,150); }
td.TdClassName
{
border-color: #6C6796;
}
.TagClassName
{
border-color: #6C6796;
}
</style>