Shades of Scampi #6E659B
Tints of Scampi #6E659B
RGB
CMYK
RGB Variations
Color information
#6E659B (or 0x6E659B) is known color: Scampi. HEX triplet: 6E, 65 and 9B. RGB value is (110,101,155). Sum of RGB (Red+Green+Blue) = 110+101+155=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E659B is #919A64. Grayscale: #6D6D6D. Windows color (decimal): -9542245 or 10184046. OLE color: 10184046.
HSL color Cylindrical-coordinate representation of color #6E659B: hue angle of 250º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E659B is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 101 | 155 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.39 |
| HSL | 250º | 0.21% | 0.5% | - |
| HSV(B) | 250º | 0.35% | 0.61% | - |
| XYZ | 17 | 14.99 | 33.01 | - |
| YUV | 109.85 | 153.48 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 101 | 155 | 0.29 | 0.35 | 0 | 0.39 | 250 | 0.21 | 0.5 |
| Hex | 6E | 65 | 9B | 1D | 23 | 0 | 27 | FA | 15 | 32 |
| Octal | 156 | 145 | 233 | 35 | 43 | 0 | 47 | 372 | 25 | 62 |
| Binary | 1101110 | 1100101 | 10011011 | 11101 | 100011 | 0 | 100111 | 11111010 | 10101 | 110010 |
Color Harmonies of #6E659B
Complementary color
Monochromatic Colors of #6E659B
Black with #6E659B
Text Example
Text Example
White with #6E659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E659B; }
p { color: rgb(110,101,155); }
H1.HeaderClassName
{
color: #6E659B;
}
.AnyTagClassName
{
color: #6E659B;
}
</style>
background-color css
<style>
a { background-color: #6E659B; }
a { background-color: rgb(110,101,155); }
div.DivClassName
{
background-color: #6E659B;
}
.BgClassName
{
background-color: #6E659B;
}
</style>
border-color css
<style>
span { border-color: #6E659B; }
span { border-color: rgb(110,101,155); }
td.TdClassName
{
border-color: #6E659B;
}
.TagClassName
{
border-color: #6E659B;
}
</style>