Shades of Scampi #746CA6
Tints of Scampi #746CA6
RGB
CMYK
RGB Variations
Color information
#746CA6 (or 0x746CA6) is known color: Scampi. HEX triplet: 74, 6C and A6. RGB value is (116,108,166). Sum of RGB (Red+Green+Blue) = 116+108+166=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 166 (65.23% from 255 or 42.56% from 390); Max value from RGB is 166 - color contains mainly: blue. Hex color #746CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746CA6 is #8B9359. Grayscale: #747474. Windows color (decimal): -9147226 or 10906740. OLE color: 10906740.
HSL color Cylindrical-coordinate representation of color #746CA6: hue angle of 248.28º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #746CA6 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 108 | 166 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.35 |
| HSL | 248.28º | 0.25% | 0.54% | - |
| HSV(B) | 248.28º | 0.35% | 0.65% | - |
| XYZ | 19.45 | 17.19 | 38.37 | - |
| YUV | 117 | 155.65 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 166 | 0.30 | 0.35 | 0 | 0.35 | 248.28 | 0.25 | 0.54 |
| Hex | 74 | 6C | A6 | 1E | 23 | 0 | 23 | F8 | 19 | 36 |
| Octal | 164 | 154 | 246 | 36 | 43 | 0 | 43 | 370 | 31 | 66 |
| Binary | 1110100 | 1101100 | 10100110 | 11110 | 100011 | 0 | 100011 | 11111000 | 11001 | 110110 |
Color Harmonies of #746CA6
Complementary color
Monochromatic Colors of #746CA6
Black with #746CA6
Text Example
Text Example
White with #746CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746CA6; }
p { color: rgb(116,108,166); }
H1.HeaderClassName
{
color: #746CA6;
}
.AnyTagClassName
{
color: #746CA6;
}
</style>
background-color css
<style>
a { background-color: #746CA6; }
a { background-color: rgb(116,108,166); }
div.DivClassName
{
background-color: #746CA6;
}
.BgClassName
{
background-color: #746CA6;
}
</style>
border-color css
<style>
span { border-color: #746CA6; }
span { border-color: rgb(116,108,166); }
td.TdClassName
{
border-color: #746CA6;
}
.TagClassName
{
border-color: #746CA6;
}
</style>