Shades of Scampi #646591
Tints of Scampi #646591
RGB
CMYK
RGB Variations
Color information
#646591 (or 0x646591) is known color: Scampi. HEX triplet: 64, 65 and 91. RGB value is (100,101,145). Sum of RGB (Red+Green+Blue) = 100+101+145=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #646591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646591 is #9B9A6E. Grayscale: #696969. Windows color (decimal): -10197615 or 9528676. OLE color: 9528676.
HSL color Cylindrical-coordinate representation of color #646591: hue angle of 238.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #646591 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 101 | 145 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.43 |
| HSL | 238.67º | 0.18% | 0.48% | - |
| HSV(B) | 238.67º | 0.31% | 0.57% | - |
| XYZ | 15.02 | 14.06 | 28.71 | - |
| YUV | 105.72 | 150.17 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 101 | 145 | 0.31 | 0.30 | 0 | 0.43 | 238.67 | 0.18 | 0.48 |
| Hex | 64 | 65 | 91 | 1F | 1E | 0 | 2B | EF | 12 | 30 |
| Octal | 144 | 145 | 221 | 37 | 36 | 0 | 53 | 357 | 22 | 60 |
| Binary | 1100100 | 1100101 | 10010001 | 11111 | 11110 | 0 | 101011 | 11101111 | 10010 | 110000 |
Color Harmonies of #646591
Complementary color
Monochromatic Colors of #646591
Black with #646591
Text Example
Text Example
White with #646591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646591; }
p { color: rgb(100,101,145); }
H1.HeaderClassName
{
color: #646591;
}
.AnyTagClassName
{
color: #646591;
}
</style>
background-color css
<style>
a { background-color: #646591; }
a { background-color: rgb(100,101,145); }
div.DivClassName
{
background-color: #646591;
}
.BgClassName
{
background-color: #646591;
}
</style>
border-color css
<style>
span { border-color: #646591; }
span { border-color: rgb(100,101,145); }
td.TdClassName
{
border-color: #646591;
}
.TagClassName
{
border-color: #646591;
}
</style>