Shades of Scampi #6E629E
Tints of Scampi #6E629E
RGB
CMYK
RGB Variations
Color information
#6E629E (or 0x6E629E) is known color: Scampi. HEX triplet: 6E, 62 and 9E. RGB value is (110,98,158). Sum of RGB (Red+Green+Blue) = 110+98+158=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E629E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E629E is #919D61. Grayscale: #6C6C6C. Windows color (decimal): -9543010 or 10379886. OLE color: 10379886.
HSL color Cylindrical-coordinate representation of color #6E629E: hue angle of 252º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E629E is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 98 | 158 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.38 |
| HSL | 252º | 0.24% | 0.5% | - |
| HSV(B) | 252º | 0.38% | 0.62% | - |
| XYZ | 16.97 | 14.52 | 34.26 | - |
| YUV | 108.43 | 155.98 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 98 | 158 | 0.30 | 0.38 | 0 | 0.38 | 252 | 0.24 | 0.5 |
| Hex | 6E | 62 | 9E | 1E | 26 | 0 | 26 | FC | 18 | 32 |
| Octal | 156 | 142 | 236 | 36 | 46 | 0 | 46 | 374 | 30 | 62 |
| Binary | 1101110 | 1100010 | 10011110 | 11110 | 100110 | 0 | 100110 | 11111100 | 11000 | 110010 |
Color Harmonies of #6E629E
Complementary color
Monochromatic Colors of #6E629E
Black with #6E629E
Text Example
Text Example
White with #6E629E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E629E; }
p { color: rgb(110,98,158); }
H1.HeaderClassName
{
color: #6E629E;
}
.AnyTagClassName
{
color: #6E629E;
}
</style>
background-color css
<style>
a { background-color: #6E629E; }
a { background-color: rgb(110,98,158); }
div.DivClassName
{
background-color: #6E629E;
}
.BgClassName
{
background-color: #6E629E;
}
</style>
border-color css
<style>
span { border-color: #6E629E; }
span { border-color: rgb(110,98,158); }
td.TdClassName
{
border-color: #6E629E;
}
.TagClassName
{
border-color: #6E629E;
}
</style>