Shades of Scampi #746698
Tints of Scampi #746698
RGB
CMYK
RGB Variations
Color information
#746698 (or 0x746698) is known color: Scampi. HEX triplet: 74, 66 and 98. RGB value is (116,102,152). Sum of RGB (Red+Green+Blue) = 116+102+152=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 152 - color contains mainly: blue. Hex color #746698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746698 is #8B9967. Grayscale: #6F6F6F. Windows color (decimal): -9148776 or 9987700. OLE color: 9987700.
HSL color Cylindrical-coordinate representation of color #746698: hue angle of 256.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #746698 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 102 | 152 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.40 |
| HSL | 256.8º | 0.2% | 0.5% | - |
| HSV(B) | 256.8º | 0.33% | 0.6% | - |
| XYZ | 17.62 | 15.48 | 31.77 | - |
| YUV | 111.89 | 150.64 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 152 | 0.24 | 0.33 | 0 | 0.40 | 256.8 | 0.2 | 0.5 |
| Hex | 74 | 66 | 98 | 18 | 21 | 0 | 28 | 101 | 14 | 32 |
| Octal | 164 | 146 | 230 | 30 | 41 | 0 | 50 | 401 | 24 | 62 |
| Binary | 1110100 | 1100110 | 10011000 | 11000 | 100001 | 0 | 101000 | 100000001 | 10100 | 110010 |
Color Harmonies of #746698
Complementary color
Monochromatic Colors of #746698
Black with #746698
Text Example
Text Example
White with #746698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746698; }
p { color: rgb(116,102,152); }
H1.HeaderClassName
{
color: #746698;
}
.AnyTagClassName
{
color: #746698;
}
</style>
background-color css
<style>
a { background-color: #746698; }
a { background-color: rgb(116,102,152); }
div.DivClassName
{
background-color: #746698;
}
.BgClassName
{
background-color: #746698;
}
</style>
border-color css
<style>
span { border-color: #746698; }
span { border-color: rgb(116,102,152); }
td.TdClassName
{
border-color: #746698;
}
.TagClassName
{
border-color: #746698;
}
</style>