Shades of Scampi #6D649C
Tints of Scampi #6D649C
RGB
CMYK
RGB Variations
Color information
#6D649C (or 0x6D649C) is known color: Scampi. HEX triplet: 6D, 64 and 9C. RGB value is (109,100,156). Sum of RGB (Red+Green+Blue) = 109+100+156=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D649C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D649C is #929B63. Grayscale: #6C6C6C. Windows color (decimal): -9608036 or 10249325. OLE color: 10249325.
HSL color Cylindrical-coordinate representation of color #6D649C: hue angle of 249.64º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D649C is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 100 | 156 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.39 |
| HSL | 249.64º | 0.22% | 0.5% | - |
| HSV(B) | 249.64º | 0.36% | 0.61% | - |
| XYZ | 16.86 | 14.77 | 33.41 | - |
| YUV | 109.08 | 154.48 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 100 | 156 | 0.30 | 0.36 | 0 | 0.39 | 249.64 | 0.22 | 0.5 |
| Hex | 6D | 64 | 9C | 1E | 24 | 0 | 27 | FA | 16 | 32 |
| Octal | 155 | 144 | 234 | 36 | 44 | 0 | 47 | 372 | 26 | 62 |
| Binary | 1101101 | 1100100 | 10011100 | 11110 | 100100 | 0 | 100111 | 11111010 | 10110 | 110010 |
Color Harmonies of #6D649C
Complementary color
Monochromatic Colors of #6D649C
Black with #6D649C
Text Example
Text Example
White with #6D649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D649C; }
p { color: rgb(109,100,156); }
H1.HeaderClassName
{
color: #6D649C;
}
.AnyTagClassName
{
color: #6D649C;
}
</style>
background-color css
<style>
a { background-color: #6D649C; }
a { background-color: rgb(109,100,156); }
div.DivClassName
{
background-color: #6D649C;
}
.BgClassName
{
background-color: #6D649C;
}
</style>
border-color css
<style>
span { border-color: #6D649C; }
span { border-color: rgb(109,100,156); }
td.TdClassName
{
border-color: #6D649C;
}
.TagClassName
{
border-color: #6D649C;
}
</style>