Shades of Scampi #6E649C
Tints of Scampi #6E649C
RGB
CMYK
RGB Variations
Color information
#6E649C (or 0x6E649C) is known color: Scampi. HEX triplet: 6E, 64 and 9C. RGB value is (110,100,156). Sum of RGB (Red+Green+Blue) = 110+100+156=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E649C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E649C is #919B63. Grayscale: #6D6D6D. Windows color (decimal): -9542500 or 10249326. OLE color: 10249326.
HSL color Cylindrical-coordinate representation of color #6E649C: hue angle of 250.71º 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 #6E649C is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 100 | 156 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.39 |
| HSL | 250.71º | 0.22% | 0.5% | - |
| HSV(B) | 250.71º | 0.36% | 0.61% | - |
| XYZ | 16.99 | 14.83 | 33.42 | - |
| YUV | 109.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 100 | 156 | 0.29 | 0.36 | 0 | 0.39 | 250.71 | 0.22 | 0.5 |
| Hex | 6E | 64 | 9C | 1D | 24 | 0 | 27 | FB | 16 | 32 |
| Octal | 156 | 144 | 234 | 35 | 44 | 0 | 47 | 373 | 26 | 62 |
| Binary | 1101110 | 1100100 | 10011100 | 11101 | 100100 | 0 | 100111 | 11111011 | 10110 | 110010 |
Color Harmonies of #6E649C
Complementary color
Monochromatic Colors of #6E649C
Black with #6E649C
Text Example
Text Example
White with #6E649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E649C; }
p { color: rgb(110,100,156); }
H1.HeaderClassName
{
color: #6E649C;
}
.AnyTagClassName
{
color: #6E649C;
}
</style>
background-color css
<style>
a { background-color: #6E649C; }
a { background-color: rgb(110,100,156); }
div.DivClassName
{
background-color: #6E649C;
}
.BgClassName
{
background-color: #6E649C;
}
</style>
border-color css
<style>
span { border-color: #6E649C; }
span { border-color: rgb(110,100,156); }
td.TdClassName
{
border-color: #6E649C;
}
.TagClassName
{
border-color: #6E649C;
}
</style>