Shades of Scampi #645E95
Tints of Scampi #645E95
RGB
CMYK
RGB Variations
Color information
#645E95 (or 0x645E95) is known color: Scampi. HEX triplet: 64, 5E and 95. RGB value is (100,94,149). Sum of RGB (Red+Green+Blue) = 100+94+149=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #645E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645E95 is #9BA16A. Grayscale: #656565. Windows color (decimal): -10199403 or 9789028. OLE color: 9789028.
HSL color Cylindrical-coordinate representation of color #645E95: hue angle of 246.55º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #645E95 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 94 | 149 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.42 |
| HSL | 246.55º | 0.23% | 0.48% | - |
| HSV(B) | 246.55º | 0.37% | 0.58% | - |
| XYZ | 14.68 | 12.88 | 30.15 | - |
| YUV | 102.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 94 | 149 | 0.33 | 0.37 | 0 | 0.42 | 246.55 | 0.23 | 0.48 |
| Hex | 64 | 5E | 95 | 21 | 25 | 0 | 2A | F7 | 17 | 30 |
| Octal | 144 | 136 | 225 | 41 | 45 | 0 | 52 | 367 | 27 | 60 |
| Binary | 1100100 | 1011110 | 10010101 | 100001 | 100101 | 0 | 101010 | 11110111 | 10111 | 110000 |
Color Harmonies of #645E95
Complementary color
Monochromatic Colors of #645E95
Black with #645E95
Text Example
Text Example
White with #645E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645E95; }
p { color: rgb(100,94,149); }
H1.HeaderClassName
{
color: #645E95;
}
.AnyTagClassName
{
color: #645E95;
}
</style>
background-color css
<style>
a { background-color: #645E95; }
a { background-color: rgb(100,94,149); }
div.DivClassName
{
background-color: #645E95;
}
.BgClassName
{
background-color: #645E95;
}
</style>
border-color css
<style>
span { border-color: #645E95; }
span { border-color: rgb(100,94,149); }
td.TdClassName
{
border-color: #645E95;
}
.TagClassName
{
border-color: #645E95;
}
</style>