Shades of Scampi #736DA6
Tints of Scampi #736DA6
RGB
CMYK
RGB Variations
Color information
#736DA6 (or 0x736DA6) is known color: Scampi. HEX triplet: 73, 6D and A6. RGB value is (115,109,166). Sum of RGB (Red+Green+Blue) = 115+109+166=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 109 (42.97% from 255 or 27.95% 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 #736DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736DA6 is #8C9259. Grayscale: #757575. Windows color (decimal): -9212506 or 10906995. OLE color: 10906995.
HSL color Cylindrical-coordinate representation of color #736DA6: hue angle of 246.32º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #736DA6 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 109 | 166 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.35 |
| HSL | 246.32º | 0.24% | 0.54% | - |
| HSV(B) | 246.32º | 0.34% | 0.65% | - |
| XYZ | 19.42 | 17.34 | 38.4 | - |
| YUV | 117.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 166 | 0.31 | 0.34 | 0 | 0.35 | 246.32 | 0.24 | 0.54 |
| Hex | 73 | 6D | A6 | 1F | 22 | 0 | 23 | F6 | 18 | 36 |
| Octal | 163 | 155 | 246 | 37 | 42 | 0 | 43 | 366 | 30 | 66 |
| Binary | 1110011 | 1101101 | 10100110 | 11111 | 100010 | 0 | 100011 | 11110110 | 11000 | 110110 |
Color Harmonies of #736DA6
Complementary color
Monochromatic Colors of #736DA6
Black with #736DA6
Text Example
Text Example
White with #736DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736DA6; }
p { color: rgb(115,109,166); }
H1.HeaderClassName
{
color: #736DA6;
}
.AnyTagClassName
{
color: #736DA6;
}
</style>
background-color css
<style>
a { background-color: #736DA6; }
a { background-color: rgb(115,109,166); }
div.DivClassName
{
background-color: #736DA6;
}
.BgClassName
{
background-color: #736DA6;
}
</style>
border-color css
<style>
span { border-color: #736DA6; }
span { border-color: rgb(115,109,166); }
td.TdClassName
{
border-color: #736DA6;
}
.TagClassName
{
border-color: #736DA6;
}
</style>