Shades of Scampi #6E5E9B
Tints of Scampi #6E5E9B
RGB
CMYK
RGB Variations
Color information
#6E5E9B (or 0x6E5E9B) is known color: Scampi. HEX triplet: 6E, 5E and 9B. RGB value is (110,94,155). Sum of RGB (Red+Green+Blue) = 110+94+155=359 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.64% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E5E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5E9B is #91A164. Grayscale: #696969. Windows color (decimal): -9544037 or 10182254. OLE color: 10182254.
HSL color Cylindrical-coordinate representation of color #6E5E9B: hue angle of 255.74º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E5E9B is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 94 | 155 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.39 |
| HSL | 255.74º | 0.24% | 0.49% | - |
| HSV(B) | 255.74º | 0.39% | 0.61% | - |
| XYZ | 16.35 | 13.69 | 32.79 | - |
| YUV | 105.74 | 155.8 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 94 | 155 | 0.29 | 0.39 | 0 | 0.39 | 255.74 | 0.24 | 0.49 |
| Hex | 6E | 5E | 9B | 1D | 27 | 0 | 27 | 100 | 18 | 31 |
| Octal | 156 | 136 | 233 | 35 | 47 | 0 | 47 | 400 | 30 | 61 |
| Binary | 1101110 | 1011110 | 10011011 | 11101 | 100111 | 0 | 100111 | 100000000 | 11000 | 110001 |
Color Harmonies of #6E5E9B
Complementary color
Monochromatic Colors of #6E5E9B
Black with #6E5E9B
Text Example
Text Example
White with #6E5E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5E9B; }
p { color: rgb(110,94,155); }
H1.HeaderClassName
{
color: #6E5E9B;
}
.AnyTagClassName
{
color: #6E5E9B;
}
</style>
background-color css
<style>
a { background-color: #6E5E9B; }
a { background-color: rgb(110,94,155); }
div.DivClassName
{
background-color: #6E5E9B;
}
.BgClassName
{
background-color: #6E5E9B;
}
</style>
border-color css
<style>
span { border-color: #6E5E9B; }
span { border-color: rgb(110,94,155); }
td.TdClassName
{
border-color: #6E5E9B;
}
.TagClassName
{
border-color: #6E5E9B;
}
</style>