Shades of Scampi #6E6397
Tints of Scampi #6E6397
RGB
CMYK
RGB Variations
Color information
#6E6397 (or 0x6E6397) is known color: Scampi. HEX triplet: 6E, 63 and 97. RGB value is (110,99,151). Sum of RGB (Red+Green+Blue) = 110+99+151=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 151 - color contains mainly: blue. Hex color #6E6397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6397 is #919C68. Grayscale: #6C6C6C. Windows color (decimal): -9542761 or 9921390. OLE color: 9921390.
HSL color Cylindrical-coordinate representation of color #6E6397: hue angle of 252.69º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E6397 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 110 | 99 | 151 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.41 |
| HSL | 252.69º | 0.21% | 0.49% | - |
| HSV(B) | 252.69º | 0.34% | 0.59% | - |
| XYZ | 16.48 | 14.47 | 31.2 | - |
| YUV | 108.22 | 152.14 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 99 | 151 | 0.27 | 0.34 | 0 | 0.41 | 252.69 | 0.21 | 0.49 |
| Hex | 6E | 63 | 97 | 1B | 22 | 0 | 29 | FD | 15 | 31 |
| Octal | 156 | 143 | 227 | 33 | 42 | 0 | 51 | 375 | 25 | 61 |
| Binary | 1101110 | 1100011 | 10010111 | 11011 | 100010 | 0 | 101001 | 11111101 | 10101 | 110001 |
Color Harmonies of #6E6397
Complementary color
Monochromatic Colors of #6E6397
Black with #6E6397
Text Example
Text Example
White with #6E6397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6397; }
p { color: rgb(110,99,151); }
H1.HeaderClassName
{
color: #6E6397;
}
.AnyTagClassName
{
color: #6E6397;
}
</style>
background-color css
<style>
a { background-color: #6E6397; }
a { background-color: rgb(110,99,151); }
div.DivClassName
{
background-color: #6E6397;
}
.BgClassName
{
background-color: #6E6397;
}
</style>
border-color css
<style>
span { border-color: #6E6397; }
span { border-color: rgb(110,99,151); }
td.TdClassName
{
border-color: #6E6397;
}
.TagClassName
{
border-color: #6E6397;
}
</style>