Shades of Scampi #6C6592
Tints of Scampi #6C6592
RGB
CMYK
RGB Variations
Color information
#6C6592 (or 0x6C6592) is known color: Scampi. HEX triplet: 6C, 65 and 92. RGB value is (108,101,146). Sum of RGB (Red+Green+Blue) = 108+101+146=355 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.42% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C6592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6592 is #939A6D. Grayscale: #6C6C6C. Windows color (decimal): -9673326 or 9594220. OLE color: 9594220.
HSL color Cylindrical-coordinate representation of color #6C6592: hue angle of 249.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C6592 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 101 | 146 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.43 |
| HSL | 249.33º | 0.18% | 0.48% | - |
| HSV(B) | 249.33º | 0.31% | 0.57% | - |
| XYZ | 16.03 | 14.57 | 29.16 | - |
| YUV | 108.22 | 149.32 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 101 | 146 | 0.26 | 0.31 | 0 | 0.43 | 249.33 | 0.18 | 0.48 |
| Hex | 6C | 65 | 92 | 1A | 1F | 0 | 2B | F9 | 12 | 30 |
| Octal | 154 | 145 | 222 | 32 | 37 | 0 | 53 | 371 | 22 | 60 |
| Binary | 1101100 | 1100101 | 10010010 | 11010 | 11111 | 0 | 101011 | 11111001 | 10010 | 110000 |
Color Harmonies of #6C6592
Complementary color
Monochromatic Colors of #6C6592
Black with #6C6592
Text Example
Text Example
White with #6C6592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6592; }
p { color: rgb(108,101,146); }
H1.HeaderClassName
{
color: #6C6592;
}
.AnyTagClassName
{
color: #6C6592;
}
</style>
background-color css
<style>
a { background-color: #6C6592; }
a { background-color: rgb(108,101,146); }
div.DivClassName
{
background-color: #6C6592;
}
.BgClassName
{
background-color: #6C6592;
}
</style>
border-color css
<style>
span { border-color: #6C6592; }
span { border-color: rgb(108,101,146); }
td.TdClassName
{
border-color: #6C6592;
}
.TagClassName
{
border-color: #6C6592;
}
</style>