Shades of Scampi #6E619A
Tints of Scampi #6E619A
RGB
CMYK
RGB Variations
Color information
#6E619A (or 0x6E619A) is known color: Scampi. HEX triplet: 6E, 61 and 9A. RGB value is (110,97,154). Sum of RGB (Red+Green+Blue) = 110+97+154=361 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.47% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E619A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E619A is #919E65. Grayscale: #6B6B6B. Windows color (decimal): -9543270 or 10117486. OLE color: 10117486.
HSL color Cylindrical-coordinate representation of color #6E619A: hue angle of 253.68º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E619A is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 97 | 154 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.40 |
| HSL | 253.68º | 0.23% | 0.49% | - |
| HSV(B) | 253.68º | 0.37% | 0.6% | - |
| XYZ | 16.54 | 14.2 | 32.44 | - |
| YUV | 107.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 97 | 154 | 0.29 | 0.37 | 0 | 0.40 | 253.68 | 0.23 | 0.49 |
| Hex | 6E | 61 | 9A | 1D | 25 | 0 | 28 | FE | 17 | 31 |
| Octal | 156 | 141 | 232 | 35 | 45 | 0 | 50 | 376 | 27 | 61 |
| Binary | 1101110 | 1100001 | 10011010 | 11101 | 100101 | 0 | 101000 | 11111110 | 10111 | 110001 |
Color Harmonies of #6E619A
Complementary color
Monochromatic Colors of #6E619A
Black with #6E619A
Text Example
Text Example
White with #6E619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E619A; }
p { color: rgb(110,97,154); }
H1.HeaderClassName
{
color: #6E619A;
}
.AnyTagClassName
{
color: #6E619A;
}
</style>
background-color css
<style>
a { background-color: #6E619A; }
a { background-color: rgb(110,97,154); }
div.DivClassName
{
background-color: #6E619A;
}
.BgClassName
{
background-color: #6E619A;
}
</style>
border-color css
<style>
span { border-color: #6E619A; }
span { border-color: rgb(110,97,154); }
td.TdClassName
{
border-color: #6E619A;
}
.TagClassName
{
border-color: #6E619A;
}
</style>