Shades of Scampi #6C6B9D
Tints of Scampi #6C6B9D
RGB
CMYK
RGB Variations
Color information
#6C6B9D (or 0x6C6B9D) is known color: Scampi. HEX triplet: 6C, 6B and 9D. RGB value is (108,107,157). Sum of RGB (Red+Green+Blue) = 108+107+157=372 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.03% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C6B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6B9D is #939462. Grayscale: #707070. Windows color (decimal): -9671779 or 10316652. OLE color: 10316652.
HSL color Cylindrical-coordinate representation of color #6C6B9D: hue angle of 241.2º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C6B9D is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 107 | 157 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.38 |
| HSL | 241.2º | 0.2% | 0.52% | - |
| HSV(B) | 241.2º | 0.32% | 0.62% | - |
| XYZ | 17.53 | 16.14 | 34.09 | - |
| YUV | 113 | 152.83 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 107 | 157 | 0.31 | 0.32 | 0 | 0.38 | 241.2 | 0.2 | 0.52 |
| Hex | 6C | 6B | 9D | 1F | 20 | 0 | 26 | F1 | 14 | 34 |
| Octal | 154 | 153 | 235 | 37 | 40 | 0 | 46 | 361 | 24 | 64 |
| Binary | 1101100 | 1101011 | 10011101 | 11111 | 100000 | 0 | 100110 | 11110001 | 10100 | 110100 |
Color Harmonies of #6C6B9D
Complementary color
Monochromatic Colors of #6C6B9D
Black with #6C6B9D
Text Example
Text Example
White with #6C6B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6B9D; }
p { color: rgb(108,107,157); }
H1.HeaderClassName
{
color: #6C6B9D;
}
.AnyTagClassName
{
color: #6C6B9D;
}
</style>
background-color css
<style>
a { background-color: #6C6B9D; }
a { background-color: rgb(108,107,157); }
div.DivClassName
{
background-color: #6C6B9D;
}
.BgClassName
{
background-color: #6C6B9D;
}
</style>
border-color css
<style>
span { border-color: #6C6B9D; }
span { border-color: rgb(108,107,157); }
td.TdClassName
{
border-color: #6C6B9D;
}
.TagClassName
{
border-color: #6C6B9D;
}
</style>