Shades of Scampi #6D6698
Tints of Scampi #6D6698
RGB
CMYK
RGB Variations
Color information
#6D6698 (or 0x6D6698) is known color: Scampi. HEX triplet: 6D, 66 and 98. RGB value is (109,102,152). Sum of RGB (Red+Green+Blue) = 109+102+152=363 (48% of max value = 765). Red value is 109 (42.97% from 255 or 30.03% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #6D6698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6698 is #929967. Grayscale: #6D6D6D. Windows color (decimal): -9607528 or 9987693. OLE color: 9987693.
HSL color Cylindrical-coordinate representation of color #6D6698: hue angle of 248.4º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6D6698 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 102 | 152 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.40 |
| HSL | 248.4º | 0.2% | 0.5% | - |
| HSV(B) | 248.4º | 0.33% | 0.6% | - |
| XYZ | 16.73 | 15.02 | 31.72 | - |
| YUV | 109.79 | 151.82 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 102 | 152 | 0.28 | 0.33 | 0 | 0.40 | 248.4 | 0.2 | 0.5 |
| Hex | 6D | 66 | 98 | 1C | 21 | 0 | 28 | F8 | 14 | 32 |
| Octal | 155 | 146 | 230 | 34 | 41 | 0 | 50 | 370 | 24 | 62 |
| Binary | 1101101 | 1100110 | 10011000 | 11100 | 100001 | 0 | 101000 | 11111000 | 10100 | 110010 |
Color Harmonies of #6D6698
Complementary color
Monochromatic Colors of #6D6698
Black with #6D6698
Text Example
Text Example
White with #6D6698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6698; }
p { color: rgb(109,102,152); }
H1.HeaderClassName
{
color: #6D6698;
}
.AnyTagClassName
{
color: #6D6698;
}
</style>
background-color css
<style>
a { background-color: #6D6698; }
a { background-color: rgb(109,102,152); }
div.DivClassName
{
background-color: #6D6698;
}
.BgClassName
{
background-color: #6D6698;
}
</style>
border-color css
<style>
span { border-color: #6D6698; }
span { border-color: rgb(109,102,152); }
td.TdClassName
{
border-color: #6D6698;
}
.TagClassName
{
border-color: #6D6698;
}
</style>