Shades of Scampi #6E619F
Tints of Scampi #6E619F
RGB
CMYK
RGB Variations
Color information
#6E619F (or 0x6E619F) is known color: Scampi. HEX triplet: 6E, 61 and 9F. RGB value is (110,97,159). Sum of RGB (Red+Green+Blue) = 110+97+159=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #6E619F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E619F is #919E60. Grayscale: #6B6B6B. Windows color (decimal): -9543265 or 10445166. OLE color: 10445166.
HSL color Cylindrical-coordinate representation of color #6E619F: hue angle of 252.58º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E619F is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 97 | 159 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.38 |
| HSL | 252.58º | 0.24% | 0.5% | - |
| HSV(B) | 252.58º | 0.39% | 0.62% | - |
| XYZ | 16.96 | 14.37 | 34.68 | - |
| YUV | 107.96 | 156.81 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 97 | 159 | 0.31 | 0.39 | 0 | 0.38 | 252.58 | 0.24 | 0.5 |
| Hex | 6E | 61 | 9F | 1F | 27 | 0 | 26 | FD | 18 | 32 |
| Octal | 156 | 141 | 237 | 37 | 47 | 0 | 46 | 375 | 30 | 62 |
| Binary | 1101110 | 1100001 | 10011111 | 11111 | 100111 | 0 | 100110 | 11111101 | 11000 | 110010 |
Color Harmonies of #6E619F
Complementary color
Monochromatic Colors of #6E619F
Black with #6E619F
Text Example
Text Example
White with #6E619F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E619F; }
p { color: rgb(110,97,159); }
H1.HeaderClassName
{
color: #6E619F;
}
.AnyTagClassName
{
color: #6E619F;
}
</style>
background-color css
<style>
a { background-color: #6E619F; }
a { background-color: rgb(110,97,159); }
div.DivClassName
{
background-color: #6E619F;
}
.BgClassName
{
background-color: #6E619F;
}
</style>
border-color css
<style>
span { border-color: #6E619F; }
span { border-color: rgb(110,97,159); }
td.TdClassName
{
border-color: #6E619F;
}
.TagClassName
{
border-color: #6E619F;
}
</style>