Shades of Scampi #6E619B
Tints of Scampi #6E619B
RGB
CMYK
RGB Variations
Color information
#6E619B (or 0x6E619B) is known color: Scampi. HEX triplet: 6E, 61 and 9B. RGB value is (110,97,155). Sum of RGB (Red+Green+Blue) = 110+97+155=362 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.39% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E619B is #919E64. Grayscale: #6B6B6B. Windows color (decimal): -9543269 or 10183022. OLE color: 10183022.
HSL color Cylindrical-coordinate representation of color #6E619B: hue angle of 253.45º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E619B is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 97 | 155 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.39 |
| HSL | 253.45º | 0.23% | 0.49% | - |
| HSV(B) | 253.45º | 0.37% | 0.61% | - |
| XYZ | 16.62 | 14.23 | 32.88 | - |
| YUV | 107.5 | 154.81 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 97 | 155 | 0.29 | 0.37 | 0 | 0.39 | 253.45 | 0.23 | 0.49 |
| Hex | 6E | 61 | 9B | 1D | 25 | 0 | 27 | FD | 17 | 31 |
| Octal | 156 | 141 | 233 | 35 | 45 | 0 | 47 | 375 | 27 | 61 |
| Binary | 1101110 | 1100001 | 10011011 | 11101 | 100101 | 0 | 100111 | 11111101 | 10111 | 110001 |
Color Harmonies of #6E619B
Complementary color
Monochromatic Colors of #6E619B
Black with #6E619B
Text Example
Text Example
White with #6E619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E619B; }
p { color: rgb(110,97,155); }
H1.HeaderClassName
{
color: #6E619B;
}
.AnyTagClassName
{
color: #6E619B;
}
</style>
background-color css
<style>
a { background-color: #6E619B; }
a { background-color: rgb(110,97,155); }
div.DivClassName
{
background-color: #6E619B;
}
.BgClassName
{
background-color: #6E619B;
}
</style>
border-color css
<style>
span { border-color: #6E619B; }
span { border-color: rgb(110,97,155); }
td.TdClassName
{
border-color: #6E619B;
}
.TagClassName
{
border-color: #6E619B;
}
</style>