Shades of Scampi #6E6A9B
Tints of Scampi #6E6A9B
RGB
CMYK
RGB Variations
Color information
#6E6A9B (or 0x6E6A9B) is known color: Scampi. HEX triplet: 6E, 6A and 9B. RGB value is (110,106,155). Sum of RGB (Red+Green+Blue) = 110+106+155=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E6A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6A9B is #919564. Grayscale: #707070. Windows color (decimal): -9540965 or 10185326. OLE color: 10185326.
HSL color Cylindrical-coordinate representation of color #6E6A9B: hue angle of 244.9º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E6A9B is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 106 | 155 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.39 |
| HSL | 244.9º | 0.2% | 0.51% | - |
| HSV(B) | 244.9º | 0.32% | 0.61% | - |
| XYZ | 17.5 | 15.99 | 33.17 | - |
| YUV | 112.78 | 151.83 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 106 | 155 | 0.29 | 0.32 | 0 | 0.39 | 244.9 | 0.2 | 0.51 |
| Hex | 6E | 6A | 9B | 1D | 20 | 0 | 27 | F5 | 14 | 33 |
| Octal | 156 | 152 | 233 | 35 | 40 | 0 | 47 | 365 | 24 | 63 |
| Binary | 1101110 | 1101010 | 10011011 | 11101 | 100000 | 0 | 100111 | 11110101 | 10100 | 110011 |
Color Harmonies of #6E6A9B
Complementary color
Monochromatic Colors of #6E6A9B
Black with #6E6A9B
Text Example
Text Example
White with #6E6A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6A9B; }
p { color: rgb(110,106,155); }
H1.HeaderClassName
{
color: #6E6A9B;
}
.AnyTagClassName
{
color: #6E6A9B;
}
</style>
background-color css
<style>
a { background-color: #6E6A9B; }
a { background-color: rgb(110,106,155); }
div.DivClassName
{
background-color: #6E6A9B;
}
.BgClassName
{
background-color: #6E6A9B;
}
</style>
border-color css
<style>
span { border-color: #6E6A9B; }
span { border-color: rgb(110,106,155); }
td.TdClassName
{
border-color: #6E6A9B;
}
.TagClassName
{
border-color: #6E6A9B;
}
</style>