Shades of Scampi #6E669B
Tints of Scampi #6E669B
RGB
CMYK
RGB Variations
Color information
#6E669B (or 0x6E669B) is known color: Scampi. HEX triplet: 6E, 66 and 9B. RGB value is (110,102,155). Sum of RGB (Red+Green+Blue) = 110+102+155=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E669B is #919964. Grayscale: #6E6E6E. Windows color (decimal): -9541989 or 10184302. OLE color: 10184302.
HSL color Cylindrical-coordinate representation of color #6E669B: hue angle of 249.06º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E669B is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 102 | 155 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.39 |
| HSL | 249.06º | 0.21% | 0.5% | - |
| HSV(B) | 249.06º | 0.34% | 0.61% | - |
| XYZ | 17.1 | 15.18 | 33.04 | - |
| YUV | 110.43 | 153.15 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 102 | 155 | 0.29 | 0.34 | 0 | 0.39 | 249.06 | 0.21 | 0.5 |
| Hex | 6E | 66 | 9B | 1D | 22 | 0 | 27 | F9 | 15 | 32 |
| Octal | 156 | 146 | 233 | 35 | 42 | 0 | 47 | 371 | 25 | 62 |
| Binary | 1101110 | 1100110 | 10011011 | 11101 | 100010 | 0 | 100111 | 11111001 | 10101 | 110010 |
Color Harmonies of #6E669B
Complementary color
Monochromatic Colors of #6E669B
Black with #6E669B
Text Example
Text Example
White with #6E669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E669B; }
p { color: rgb(110,102,155); }
H1.HeaderClassName
{
color: #6E669B;
}
.AnyTagClassName
{
color: #6E669B;
}
</style>
background-color css
<style>
a { background-color: #6E669B; }
a { background-color: rgb(110,102,155); }
div.DivClassName
{
background-color: #6E669B;
}
.BgClassName
{
background-color: #6E669B;
}
</style>
border-color css
<style>
span { border-color: #6E669B; }
span { border-color: rgb(110,102,155); }
td.TdClassName
{
border-color: #6E669B;
}
.TagClassName
{
border-color: #6E669B;
}
</style>