Shades of Scampi #6E629F
Tints of Scampi #6E629F
RGB
CMYK
RGB Variations
Color information
#6E629F (or 0x6E629F) is known color: Scampi. HEX triplet: 6E, 62 and 9F. RGB value is (110,98,159). Sum of RGB (Red+Green+Blue) = 110+98+159=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #6E629F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E629F is #919D60. Grayscale: #6C6C6C. Windows color (decimal): -9543009 or 10445422. OLE color: 10445422.
HSL color Cylindrical-coordinate representation of color #6E629F: hue angle of 251.8º 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 #6E629F is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 98 | 159 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.38 |
| HSL | 251.8º | 0.24% | 0.5% | - |
| HSV(B) | 251.8º | 0.38% | 0.62% | - |
| XYZ | 17.06 | 14.55 | 34.71 | - |
| YUV | 108.54 | 156.48 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 98 | 159 | 0.31 | 0.38 | 0 | 0.38 | 251.8 | 0.24 | 0.5 |
| Hex | 6E | 62 | 9F | 1F | 26 | 0 | 26 | FC | 18 | 32 |
| Octal | 156 | 142 | 237 | 37 | 46 | 0 | 46 | 374 | 30 | 62 |
| Binary | 1101110 | 1100010 | 10011111 | 11111 | 100110 | 0 | 100110 | 11111100 | 11000 | 110010 |
Color Harmonies of #6E629F
Complementary color
Monochromatic Colors of #6E629F
Black with #6E629F
Text Example
Text Example
White with #6E629F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E629F; }
p { color: rgb(110,98,159); }
H1.HeaderClassName
{
color: #6E629F;
}
.AnyTagClassName
{
color: #6E629F;
}
</style>
background-color css
<style>
a { background-color: #6E629F; }
a { background-color: rgb(110,98,159); }
div.DivClassName
{
background-color: #6E629F;
}
.BgClassName
{
background-color: #6E629F;
}
</style>
border-color css
<style>
span { border-color: #6E629F; }
span { border-color: rgb(110,98,159); }
td.TdClassName
{
border-color: #6E629F;
}
.TagClassName
{
border-color: #6E629F;
}
</style>