Shades of Scampi #6C6A9B
Tints of Scampi #6C6A9B
RGB
CMYK
RGB Variations
Color information
#6C6A9B (or 0x6C6A9B) is known color: Scampi. HEX triplet: 6C, 6A and 9B. RGB value is (108,106,155). Sum of RGB (Red+Green+Blue) = 108+106+155=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C6A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6A9B is #939564. Grayscale: #6F6F6F. Windows color (decimal): -9672037 or 10185324. OLE color: 10185324.
HSL color Cylindrical-coordinate representation of color #6C6A9B: hue angle of 242.45º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C6A9B is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 108 | 106 | 155 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.39 |
| HSL | 242.45º | 0.2% | 0.51% | - |
| HSV(B) | 242.45º | 0.32% | 0.61% | - |
| XYZ | 17.25 | 15.86 | 33.16 | - |
| YUV | 112.18 | 152.16 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 106 | 155 | 0.30 | 0.32 | 0 | 0.39 | 242.45 | 0.2 | 0.51 |
| Hex | 6C | 6A | 9B | 1E | 20 | 0 | 27 | F2 | 14 | 33 |
| Octal | 154 | 152 | 233 | 36 | 40 | 0 | 47 | 362 | 24 | 63 |
| Binary | 1101100 | 1101010 | 10011011 | 11110 | 100000 | 0 | 100111 | 11110010 | 10100 | 110011 |
Color Harmonies of #6C6A9B
Complementary color
Monochromatic Colors of #6C6A9B
Black with #6C6A9B
Text Example
Text Example
White with #6C6A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6A9B; }
p { color: rgb(108,106,155); }
H1.HeaderClassName
{
color: #6C6A9B;
}
.AnyTagClassName
{
color: #6C6A9B;
}
</style>
background-color css
<style>
a { background-color: #6C6A9B; }
a { background-color: rgb(108,106,155); }
div.DivClassName
{
background-color: #6C6A9B;
}
.BgClassName
{
background-color: #6C6A9B;
}
</style>
border-color css
<style>
span { border-color: #6C6A9B; }
span { border-color: rgb(108,106,155); }
td.TdClassName
{
border-color: #6C6A9B;
}
.TagClassName
{
border-color: #6C6A9B;
}
</style>