Shades of Scampi #6C6690
Tints of Scampi #6C6690
RGB
CMYK
RGB Variations
Color information
#6C6690 (or 0x6C6690) is known color: Scampi. HEX triplet: 6C, 66 and 90. RGB value is (108,102,144). Sum of RGB (Red+Green+Blue) = 108+102+144=354 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.51% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C6690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6690 is #93996F. Grayscale: #6C6C6C. Windows color (decimal): -9673072 or 9463404. OLE color: 9463404.
HSL color Cylindrical-coordinate representation of color #6C6690: hue angle of 248.57º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C6690 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 102 | 144 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.44 |
| HSL | 248.57º | 0.17% | 0.48% | - |
| HSV(B) | 248.57º | 0.29% | 0.56% | - |
| XYZ | 15.97 | 14.7 | 28.38 | - |
| YUV | 108.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 102 | 144 | 0.25 | 0.29 | 0 | 0.44 | 248.57 | 0.17 | 0.48 |
| Hex | 6C | 66 | 90 | 19 | 1D | 0 | 2C | F9 | 11 | 30 |
| Octal | 154 | 146 | 220 | 31 | 35 | 0 | 54 | 371 | 21 | 60 |
| Binary | 1101100 | 1100110 | 10010000 | 11001 | 11101 | 0 | 101100 | 11111001 | 10001 | 110000 |
Color Harmonies of #6C6690
Complementary color
Monochromatic Colors of #6C6690
Black with #6C6690
Text Example
Text Example
White with #6C6690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6690; }
p { color: rgb(108,102,144); }
H1.HeaderClassName
{
color: #6C6690;
}
.AnyTagClassName
{
color: #6C6690;
}
</style>
background-color css
<style>
a { background-color: #6C6690; }
a { background-color: rgb(108,102,144); }
div.DivClassName
{
background-color: #6C6690;
}
.BgClassName
{
background-color: #6C6690;
}
</style>
border-color css
<style>
span { border-color: #6C6690; }
span { border-color: rgb(108,102,144); }
td.TdClassName
{
border-color: #6C6690;
}
.TagClassName
{
border-color: #6C6690;
}
</style>